Partition Types Overview
You are viewing an old version of this article. View
the current version here.
A partition type determines how a partitioned table 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 depend on the partitioning type. Read and write performance are affected by the partitioning expression. Therefore, these choices should be taken carefully.
MariaDB support the following partition types:
- RANGE
- LIST
- HASH
- KEY
- LINEAR HASH, LINEAR KEY
Comments
Comments loading...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.