Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5
-
None
Description
Currently state:
- One can create a partitioned S3 table with multiple partitions
- One can add a new table to a partitioned table with "alter table archive exchange partition"
One can't however add new partitions with ALTER TABLE ADD PARTITION
This tasks it ensure that most partition commands that doesn't change data should work with the S3 engine.
The current suggested implementation is focused to get all ALTER PARTITION commands to work, with the exception of:
REBUILD PARTITION
TRUNCATE PARTITION
REORGANIZE PARTITION
As part of this task, partitioned S3 tables are also properly replicated and can be discovered by remote servers that shares the same S3 instance.
Attachments
Issue Links
- relates to
-
MDEV-17841 S3 Storage engine
- Closed
-
MDEV-22162 Make partitions more flexible to use
- Open
-
MDEV-22168 Supporting multiple engines with table partitioning
- Stalled
-
MDEV-22642 Add partitions support for packed Aria Tables
- Open
-
MDEV-19963 Add MERGE support for S3 (and Aria)
- Closed