[MDEV-22642] Add partitions support for packed Aria Tables Created: 2020-05-20 Updated: 2020-07-06 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Partitioning, Storage Engine - Aria |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| 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 PACK PARTITION (only for engine Aria) |
| Comments |
| Comment by Sergei Golubchik [ 2020-05-27 ] |
|
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. |