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

Subscribe to our news:
Partners
Testimonials
Joe Rose: "SQL Maestro for MySQL is a great program. I never had any glitch's. It is so easy to use. I made the class work much easier".
Juan Guzman: "MySQL Maestro seemed like an extremely useful, very robust software and very well designed too. Congratulations".

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