File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -6842,16 +6842,11 @@ Run all tasks of a distributed query plan locally. Useful for testing and debugg
68426842 DECLARE(UInt64, distributed_plan_default_shuffle_join_bucket_count, 8 , R"(
68436843Default number of buckets for distributed shuffle-hash-join.
68446844)" , EXPERIMENTAL) \
6845- <<<<<<< HEAD
68466845 DECLARE(UInt64, distributed_plan_default_reader_bucket_count, 8 , R"(
68476846Default number of tasks for parallel reading in distributed query. Tasks are spread across between replicas.
6848- =======
6847+ )" , EXPERIMENTAL) \
68496848 DECLARE(Bool, use_object_storage_list_objects_cache, false , R"(
68506849Cache the list of objects returned by list objects calls in object storage
6851- )" , EXPERIMENTAL) \
6852- DECLARE(Bool, object_storage_remote_initiator, false , R"(
6853- Execute request to object storage as remote on one of object_storage_cluster nodes.
6854- >>>>>>> ff42c3a62bd (Merge pull request #805 from Altinity/list_objects_object_storage_cache_25.3)
68556850)" , EXPERIMENTAL) \
68566851 DECLARE(Bool, distributed_plan_optimize_exchanges, true , R"(
68576852Removes unnecessary exchanges in distributed query plan. Disable it for debugging.
You can’t perform that action at this time.
0 commit comments