Merge "sharder: support rows_per_shard in config file"

This commit is contained in:
Zuul
2021年07月07日 23:06:08 +00:00
committed by Gerrit Code Review

View File

@@ -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
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.