February 2018
Intermediate to advanced
510 pages
16h 10m
English
Partitioning support is not provided by MySQL server but from the storage engine's own or native partitioning handler in MySQL 8. In MySQL 8, the InnoDB storage engine only provides a native partitioning handler and so the partitioned table creation is not applicable with any other storage engine.
ALTER TABLE ... OPTIMIZE PARTITION does not work correctly with the InnoDB storage engine, so instead use the ALTER TABLE ... REBUILD PARTITION and ALTER TABLE ... ANALYZE PARTITION operations for such tables.
Read now
Unlock full access