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

Subscribe to our news:
Partners
Testimonials
Renaud Lepage: "I was searching for a powerful server management as well as data management application, that could also have the ability to use stored procedures (MySQL5). I was using many separate apps. And then I stumbled upon this application. It just got better. With ease-of-use, powerful management, a very good level of customization, great MySQL server management and the very lushed graphical interface, MySQL Maestro is a product to consider seriously. I chose MySQL and this, to SQL Server 2000 and the MMC-integrated server management, for use in a programming course. I'm telling you, MySQL Maestro is a very powerful tool. Try it, you won't regret it".
Christian Novak: "Really good Job! I love this software and will buy it soon! Greetings from Austria".

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