[MDEV-22163] Adding OVERFLOW partition Created: 2020-04-06 Updated: 2023-11-30 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Partitioning |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major |
| Reporter: | Michael Widenius | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
OVERFLOW partitions for RANGE and LIST. In other words, when doing partition pruning, we have always to include The purpose of the OVERFLOW partition is to allow one to do efficient For example: You store all your archived transactions in a table partitioned per September: 10M rows In all cases you would create a new partition for September and move all With a OVERFLOW partition you can either store all renaming rows into You want to store rows into the OVERFLOW partition until there is no more Normally the OVERFLOW partition would not be compressed/packed to make it |