SQL Maestro for MySQL online help
Prev | Return to chapter overview | Next |
Partitions
Partitioning (implemented in MySQL 5.1) allows you to distribute portions of individual tables across a filesystem according to rules which you can set largely as needed. In effect, different portions of a table are stored as separate tables in different locations. For more information about partitioning type see: Create Table Wizard.
The Partition Properties window orders to define all necessary options for the new partition such as partition Name, Comment, Value and Max Value for LESS THAN operator (Range partitions). You can also set here a comma-separated list of integers as Values of List partition.
Prev | Return to chapter overview | Next |