January 2019
Intermediate to advanced
286 pages
7h 41m
English
KEY partitioning in quite like partitioning by HASH. This difference is that only one or more columns are provided for evaluation, and the HASH function is supplied by MySQL.
Using KEY is like CREATE TABLE ... PARTITION BY KEY and is similar to creating a table partitioned with HASH. The following are the main differences:
Let's try the following example:
If NOT NULL was not specified in the unique key column, this command ...
Read now
Unlock full access