mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
857799fbca
* Revert "Revert "Resurrect parallel distributed insert select with s3Cluster (#41535)""
This reverts commit b8d9066004
.
* Fix build
* Better
* Fix test
* Automatic style fix
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
57 lines
1.3 KiB
XML
57 lines
1.3 KiB
XML
|
|
<clickhouse>
|
|
<remote_servers>
|
|
<cluster_simple>
|
|
<shard>
|
|
<replica>
|
|
<host>s0_0_0</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>s0_0_1</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
<shard>
|
|
<replica>
|
|
<host>s0_1_0</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</cluster_simple>
|
|
|
|
<!-- A part of the cluster above, represents only one shard-->
|
|
<first_shard>
|
|
<shard>
|
|
<replica>
|
|
<host>s0_0_0</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>s0_0_1</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</first_shard>
|
|
|
|
<cluster_non_existent_port>
|
|
<shard>
|
|
<replica>
|
|
<host>s0_0_0</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
<shard>
|
|
<replica>
|
|
<host>s0_0_0</host>
|
|
<port>19000</port>
|
|
</replica>
|
|
</shard>
|
|
</cluster_non_existent_port>
|
|
|
|
</remote_servers>
|
|
<macros>
|
|
<default_cluster_macro>cluster_simple</default_cluster_macro>
|
|
</macros>
|
|
</clickhouse>
|