Skip to content

feat(sharding): introduce config variable bucket_count for tiers

Summary

  • feat(sharding): introduce config variable bucket_count for tiers

Signed-off-by: Anatoly Popov a.popov@picodata.io

Variable is available only in config.

You can specify it for exact tier:

cluster:
    tier:
        bucket_count: 20000

You also can change cluster default, which is 3000:

cluster:
    default_bucket_count: 60000

Edited by Anatoly Popov

Merge request reports

Loading