Help Center/
GaussDB/
Feature Guide(Centralized_V2.0-3.x)/
Partitioned Table/
Introduction to Partitioned Tables/
Partitioning Policy
Updated on 2025-08-22 GMT+08:00
Partitioning Policy
A partitioning policy is specified by the syntax of the PARTITION BY statement when DDL statements are used to create tables. A partitioning policy describes the mapping between data in a partitioned table and partition routes. Common partitioning types include condition-based range/interval partitioning, hash partitioning based on hash functions, and list partitioning based on data enumeration.
CREATE TABLE table_name (…) PARTITION BY partition_strategy (partition_key) (…)
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.