Partitioning Types Overview
A partitioning type determines how a partitioned table's rows are distributed across partitions. Some partition types require the user to specify a partitioning expression that determines in which partition a row will be stored.
The size of individual partitions depends on the partitioning type. Read and write performance are affected by the partitioning expression. Therefore, these choices should be made carefully.
Partitioning Types
MariaDB supports the following partitioning types:
See Also
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?