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

Subscribe to our news:
Partners
Testimonials
Fayvor Love: "Sweet! Finally a clean-looking ERD tool that understands the mysql data types, with forward and reverse engineering".
Tad Stephens: "I think this is a great product and your quick and helpful reply has shown me the support is there as well. I will purchasing my license today".

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