summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-07-07 23:06:08 +0000
committerGerrit Code Review <review@openstack.org>2021-07-07 23:06:08 +0000
commit8066efb43ac38af83d16dba3111ebb8a5e3933a6 (patch)
treef32bae9ea373b54625ac4d5fcb5600560c6d5532 /doc
parentdcf45d69b1e4baa390597bbe79f9bac4738e4f19 (diff)
parenta87317db6e55beee0f57cf01a8a29d8a78db0615 (diff)
downloadswift-8066efb43ac38af83d16dba3111ebb8a5e3933a6.tar.gz
Merge "sharder: support rows_per_shard in config file"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/config/container_server_config.rst16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/source/config/container_server_config.rst b/doc/source/config/container_server_config.rst
index 8b64214fb..1684acfca 100644
--- a/doc/source/config/container_server_config.rst
+++ b/doc/source/config/container_server_config.rst
@@ -319,13 +319,15 @@ shard_container_threshold 1000000 This defines the
enabled will start to
shard. This also
indirectly determines the
- initial nominal size of
- shard containers, which
- is shard_container_threshold//2,
- as well as determining
- the thresholds for
- shrinking and merging
- shard containers.
+ the defaults for
+ rows_per_shard,
+ shrink_threshold and
+ expansion_limit.
+
+rows_per_shard 500000 This defines the initial
+ nominal size of shard
+ containers. The default
+ is shard_container_threshold // 2.
shrink_threshold This defines the
object count below which