ClickHouse/tests/queries/0_stateless/01099_parallel_distributed_insert_select.reference
Alexander Tokmakov c2202ff347
Skip unavailable replicas in parallel distributed insert select (#58931)
* Update StorageDistributed.cpp

* Update StorageDistributed.cpp

* Update StorageDistributed.cpp

* add a test

* Update 01099_parallel_distributed_insert_select.sql
2024-01-22 15:34:46 +01:00

62 lines
708 B
Plaintext

parallel_distributed_insert_select=1
test_shard_localhost
0
1
2
test_cluster_two_shards_localhost
0 2
1 2
2 2
test_cluster_two_shards
distributed
local
0 2
1 2
2 2
distributed
0 4
1 4
2 4
test_cluster_1_shard_3_replicas_1_unavailable
distributed
local
test_cluster_1_shard_3_replicas_1_unavailable with storageCluster
distributed
local
parallel_distributed_insert_select=2
test_shard_localhost
0
1
2
test_cluster_two_shards_localhost
0 2
1 2
2 2
test_cluster_two_shards
distributed
0 4
1 4
2 4
local
0 2
1 2
2 2
test_cluster_1_shard_3_replicas_1_unavailable
distributed
0 1
1 1
2 1
local
0 1
1 1
2 1
test_cluster_1_shard_3_replicas_1_unavailable with storageCluster
distributed
1 1
2 1
3 1
local
1 1
2 1
3 1