[MDEV-10760] Faster adding PARTITIONs in the table with DEFAULT partition (ALTER TABLE ADD PARTITION) Created: 2016-09-07 Updated: 2016-09-07 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Partitioning |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Oleksandr Byelkin | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Now when we have DEFAULT partition and add another partition(s) to the table we rebuild table completely. But actually it is enough to move some records from DEFAULT to new partition(s). |