aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-03 13:48:51 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-02-05 11:31:59 +0000
commit88798d4e0191eecb4aac41091d643ce5b30ea6d4 (patch)
treed9525cf87ed93549cc1c05557fe5ccf339c2c34c /configdefinitions
parent545f30567215d601c3a4d7a757519e88d143396c (diff)
- Remove multibit_split form config, as it is always off, but leave it for tests.
- Reduce penetration of generated StorFilestorConfig.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/stor-filestor.def6
1 files changed, 0 insertions, 6 deletions
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)