distributed_plan_default_reader_bucket_count
Default number of tasks for parallel reading in distributed query. Tasks are spread across between replicas.distributed_plan_default_shuffle_join_bucket_count
Default number of buckets for distributed shuffle-hash-join.distributed_plan_execute_locally
Run all tasks of a distributed query plan locally. Useful for testing and debugging.distributed_plan_force_exchange_kind
Force specified kind of Exchange operators between distributed query stages. Possible values:- ” - do not force any kind of Exchange operators, let the optimizer choose,
- ‘Persisted’ - use temporary files in object storage,
- ‘Streaming’ - stream exchange data over network.