Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Currently it is possible with merge engine to use packed and unpacked tables. Aria Replace MyISAM and Merge support for Aria was cancelled. So it would good, if Aria support packed partitions (which are be read only afterwards)
So add 2 new Commands in line with MDEV-22088
PACK PARTITION
UNPACK PARTITION
(only for engine Aria)
Attachments
Issue Links
- relates to
-
MDEV-22088 S3 partitioning support
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Component/s | Partitioning [ 10802 ] |
Workflow | MariaDB v3 [ 108927 ] | MariaDB v4 [ 131296 ] |
Zendesk Related Tickets | 127989 |
You compare with MERGE, "Merge support for Aria was cancelled". MERGE doesn't have PACK and UNPACK commands, one has to run aria_pack on every table manually. The same works with partitioning, one can run aria_pack on every partition.