Help Center/
GaussDB/
Feature Guide(Centralized_3.x)/
Partitioned Table/
Introduction to Partitioned Tables/
Partitioning Policy
Updated on 2024-05-20 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.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot