mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Remove prefer_localhost_replica
This commit is contained in:
parent
c286188419
commit
366de07856
@ -22,7 +22,6 @@ SELECT
|
||||
LIMIT 100;
|
||||
|
||||
SET max_parallel_replicas = 3;
|
||||
SET prefer_localhost_replica = 1;
|
||||
SET cluster_for_parallel_replicas = 'test_cluster_one_shard_three_replicas_localhost';
|
||||
SET joined_subquery_requires_alias = 0;
|
||||
|
||||
|
@ -55,7 +55,7 @@ test2() {
|
||||
test3() {
|
||||
$CLICKHOUSE_CLIENT -nq "
|
||||
SET cluster_for_parallel_replicas = 'test_cluster_one_shard_three_replicas_localhost';
|
||||
SET max_threads = 16, prefer_localhost_replica = 1, read_in_order_two_level_merge_threshold = 1000, query_plan_aggregation_in_order = 1, distributed_aggregation_memory_efficient = 1;
|
||||
SET max_threads = 16, read_in_order_two_level_merge_threshold = 1000, query_plan_aggregation_in_order = 1, distributed_aggregation_memory_efficient = 1;
|
||||
|
||||
SELECT replaceRegexpOne(explain, '^ *(\w+).*', '\\1')
|
||||
FROM (
|
||||
|
Loading…
Reference in New Issue
Block a user