From 0894119aa5f439ea8e7586d9f8deaa8e7f1ded62 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 21 Jan 2021 08:29:55 +0000 Subject: 4 bucket db stripe bits by default. --- storage/src/vespa/storage/config/stor-server.def | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'storage') diff --git a/storage/src/vespa/storage/config/stor-server.def b/storage/src/vespa/storage/config/stor-server.def index a00f7b4feb5..ceb25e099b2 100644 --- a/storage/src/vespa/storage/config/stor-server.def +++ b/storage/src/vespa/storage/config/stor-server.def @@ -92,8 +92,4 @@ use_content_node_btree_bucket_db bool default=true restart ## If non-zero, the bucket DB will be striped into 2^bits sub-databases, each handling ## a disjoint subset of the node's buckets, in order to reduce locking contention. ## Max value is unspecified, but will be clamped internally. -## WARNING: -## Setting this to a non-zero value requires the minimum split bit level in the cluster -## to be enforced, so only set this value if you know exactly what you're doing! -content_node_bucket_db_stripe_bits int default=0 restart - +content_node_bucket_db_stripe_bits int default=4 restart -- cgit v1.2.3