Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Mark J Nijland: "I have used the trial versions of your software for a couple of days now. It has been one of those increasingly rare experiences. They simply work, have rich feature sets, are superbly designed, and exceed my highest expectations".
Giuseppe Maxia: "We are constantly testing everything related to MySQL world and MySQL Maestro is, so far, the best tool we have tried".

More

Add your opinion

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