summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-02 23:02:12 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-02-03 11:19:35 +0000
commit1e27c802c89362fd00009f2359730508a840e4af (patch)
tree7a110154ada614696513ee84130851a454c5e10a /configdefinitions
parent62bee4e38718e3fd670908f09cbf14ca0acc69cf (diff)
common_merge_chain_optimalization_minimum_size hardcoded at 64
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 93650d9a328..e064cbefb46 100644
--- a/configdefinitions/src/vespa/stor-filestor.def
+++ b/configdefinitions/src/vespa/stor-filestor.def
@@ -24,12 +24,6 @@ num_network_threads int default=2 restart
## Type of sequenced thread executor use for persistence replies.
response_sequencer_type enum {LATENCY, THROUGHPUT, ADAPTIVE} default=ADAPTIVE restart
-## When merging, if we find more than this number of documents that exist on all
-## of the same copies, send a separate apply bucket diff with these entries
-## to an optimized merge chain that guarantuees minimum data transfer.
-## TODO GC and hardcode
-common_merge_chain_optimalization_minimum_size int default=64 restart
-
## Chunksize to use while merging buckets between nodes.
##
## Should follow stor-distributormanager:splitsize (16MB).