diff options
author | rnyazh <rnyazh@ydb.tech> | 2023-06-19 16:40:12 +0300 |
---|---|---|
committer | rnyazh <rnyazh@ydb.tech> | 2023-06-19 16:40:12 +0300 |
commit | 2dca4a64396071eb52f7f58c124f55ec4fa92a79 (patch) | |
tree | 33c11d41a52c74a7c0806f43b9dd8ffbbb2092ad | |
parent | 27b688f089d94a3df5c9567c8792ada6142ad9ff (diff) | |
download | ydb-2dca4a64396071eb52f7f58c124f55ec4fa92a79.tar.gz |
Change "table.md"
-rw-r--r-- | ydb/docs/en/core/concepts/datamodel/_includes/table.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/docs/en/core/concepts/datamodel/_includes/table.md b/ydb/docs/en/core/concepts/datamodel/_includes/table.md index c73642224c..b43fe7aaf4 100644 --- a/ydb/docs/en/core/concepts/datamodel/_includes/table.md +++ b/ydb/docs/en/core/concepts/datamodel/_includes/table.md @@ -18,7 +18,7 @@ If there is not a lot of data or load, the table may consist of a single shard. The size-based shard split threshold and automatic splitting can be configured (enabled/disabled) individually for each database table. -In addition to automatically splitting shards, you can create an empty table with a predefined number of shards. You can manually set the exact shard key split range or evenly split it into a predefined number of shards. In this case, ranges are created based on the first component of the primary key. You can set even splitting for tables that have a Uint64 or Uint32 integer as the first component of the primary key. +In addition to automatically splitting shards, you can create an empty table with a predefined number of shards. You can manually set the exact shard key split range or evenly split it into a predefined number of shards. In this case, ranges are created based on the first component of the primary key. You can set even splitting for tables that have a `Uint64` or `Uint32` integer as the first component of the primary key. Partitioning parameters refer to the table itself rather than to secondary indexes built from its data. Each index is served by its own set of shards and decisions to split or merge its partitions are made independently based on the default settings. These settings may become available to users in the future like the settings of the main table. |