Partitioning
- 26 Partitioning
- 26.1 Overview of Partitioning in MySQL
- 26.2 Partitioning Types
- 26.3 Partition Management
- 26.4 Partition Pruning
- 26.5 Partition Selection
- 26.6 Restrictions and Limitations on Partitioning
How to automatically maintain a MySQL Table’s Partitions? | by Sanyam Aggarwal | Medium
26.6.2 Partitioning Limitations Relating to Storage Engines
- InnoDB foreign keys and MySQL partitioning are not compatible. Partitioned InnoDB tables cannot have foreign key references, nor can they have columns referenced by foreign keys. InnoDB tables which have or which are referenced by foreign keys cannot be partitioned.