January 2018
Intermediate to advanced
446 pages
12h 57m
English
RANGE COLUMNS partitioning is similar to RANGE partitioning, but enables you to define partitions using ranges based on multiple column values. In addition, you can define the ranges using columns of types other than integer types. RANGE COLUMNS partitioning differs significantly from RANGE partitioning in the following ways:
Instead of using the to_days() or year() function, you can directly use the column hire_date in RANGE COLUMNS:
mysql> ALTER TABLE ...
Read now
Unlock full access