February 2018
Intermediate to advanced
510 pages
16h 10m
English
In this section, you will understand different types of partitioning and also the purpose of using specific partitioning. The following is a list of the partitioning types that are available in MySQL 8 :
In addition to the above list, we will also see NULLhandling in MySQL 8 Partitioning in detailed section.
A very common use case for database partitioning is segregating data by date. MySQL 8 does not support date partitioning, which some database systems provide explicitly, but it is easy to create partitioning schemes with date, time, or datetime columns, or that are based on date/time related expressions ...
Read now
Unlock full access