From 88798d4e0191eecb4aac41091d643ce5b30ea6d4 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Sat, 3 Feb 2024 13:48:51 +0000 Subject: - Remove multibit_split form config, as it is always off, but leave it for tests. - Reduce penetration of generated StorFilestorConfig. --- configdefinitions/src/vespa/stor-filestor.def | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configdefinitions') diff --git a/configdefinitions/src/vespa/stor-filestor.def b/configdefinitions/src/vespa/stor-filestor.def index e064cbefb46..de67d4336e9 100644 --- a/configdefinitions/src/vespa/stor-filestor.def +++ b/configdefinitions/src/vespa/stor-filestor.def @@ -29,12 +29,6 @@ response_sequencer_type enum {LATENCY, THROUGHPUT, ADAPTIVE} default=ADAPTIVE re ## Should follow stor-distributormanager:splitsize (16MB). bucket_merge_chunk_size int default=16772216 restart -## Whether or not to enable the multibit split optimalization. This is useful -## if splitting is expensive, but listing document identifiers is fairly cheap. -## This is true for memfile persistence layer, but not for vespa search. -## TODO verify its usage -enable_multibit_split_optimalization bool default=true restart - ## Whether or not to use async message handling when scheduling storage messages from FileStorManager. ## ## When turned on, the calling thread (e.g. FNET network thread when using Storage API RPC) -- cgit v1.2.3