RANGE partitioning. This type of partitioning assigns rows to partitions based on column values falling within a given range.
LIST partitioning. Similar to partitioning by RANGE, except that the partition is selected based on columns matching one of a set of discrete values.
HASH pa...