docs/en/table_design/data_distribution/feature-support-data-distribution.md
This document outlines the partitioning and bucketing features supported by StarRocks.
Bucketing
Hash Bucketing is supported in all table types. Random Bucketing (from v3.1 onwards) is supported only in Duplicate Key tables.
Partitioning
Expression Partitioning (from v3.1 onwards), Range Partitioning, and List Partitioning (from v3.1 onwards) are supported in all table types.
:::note From v4.1 onwards, the maximum size of a tablet is changed to 100 GB. :::
:::note
:::
For detailed comparisons between List Partitioning and Expression Partitioning, refer to Comparison between list partitioning and expression partitioning.