ClickHouse/src/Interpreters/ClusterProxy
Gagan Goel e547db0a8c Issue 43666: Add skip_unavailable_shards as a setting for Distributed table.
This setting, when enabled (disabled by default), allows ClickHouse to
silently skip unavailable shards of a Distributed table during a query
execution, instead of throwing an exception to the client.
2023-12-08 15:43:59 -05:00
..
executeQuery.cpp Issue 43666: Add skip_unavailable_shards as a setting for Distributed table. 2023-12-08 15:43:59 -05:00
executeQuery.h Issue 43666: Add skip_unavailable_shards as a setting for Distributed table. 2023-12-08 15:43:59 -05:00
SelectStreamFactory.cpp Revert "Revert "Add a setting max_execution_time_leaf to limit the execution time on shard for distributed query"" 2023-11-14 11:40:48 +00:00
SelectStreamFactory.h Simple cleanup in distributed (while dealing with parallel replicas) 2023-12-05 12:25:02 +00:00