From 1e27c802c89362fd00009f2359730508a840e4af Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Fri, 2 Feb 2024 23:02:12 +0000 Subject: common_merge_chain_optimalization_minimum_size hardcoded at 64 --- 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 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). -- cgit v1.2.3