doc-exports/docs/dws/umn/dws_03_0064.html
Lu, Huayi 7505fe85a9 DWS UMN 8.1.3.200 VERSION
Reviewed-by: Kacur, Michal <michal.kacur@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-08-31 14:40:33 +00:00

15 lines
1.5 KiB
HTML

<a name="EN-US_TOPIC_0000001381728585"></a><a name="EN-US_TOPIC_0000001381728585"></a>
<h1 class="topictitle1">What Are Partitioned Tables, Partitions, and Partition Keys?</h1>
<div id="body0000001381728585"><p id="EN-US_TOPIC_0000001381728585__en-us_topic_0000001201378218_p8060118">Partitioned table: Partitioning refers to splitting what is logically one large table into smaller physical pieces based on specific schemes. The table based on the logic is called a partitioned table, and a physical piece is called a partition. Data is stored on these smaller physical pieces, namely, partitions, instead of the larger logical partitioned table.</p>
<p id="EN-US_TOPIC_0000001381728585__en-us_topic_0000001201378218_p1346017250911">Partition: In the GaussDB(DWS) distributed system, data partitioning is to horizontally partition table data within a node based on a specified policy. The table is divided into partitions that do not overlap within a specific range.</p>
<p id="EN-US_TOPIC_0000001381728585__en-us_topic_0000001201378218_p2280148142316">Partition key: A partition key is an ordered set of one or more table columns. The values in the table partition keys are used to determine the data partition that a row belongs to.</p>
<p id="EN-US_TOPIC_0000001381728585__en-us_topic_0000001201378218_p131468262814"></p>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_03_0065.html">Database Usage</a></div>
</div>
</div>