63 lines
2.0 KiB
XML
63 lines
2.0 KiB
XML
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
this work for additional information regarding copyright ownership.
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
(the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<yandex>
|
|
<clickhouse_remote_servers>
|
|
<cluster_1s_2r>
|
|
<!-- shard -->
|
|
<shard>
|
|
<internal_replication>true</internal_replication>
|
|
<replica>
|
|
<host>clickhouse1</host>
|
|
<port>9000</port>
|
|
<user>default</user>
|
|
<password></password>
|
|
</replica>
|
|
<replica>
|
|
<host>clickhouse2</host>
|
|
<port>9000</port>
|
|
<user>default</user>
|
|
<password></password>
|
|
</replica>
|
|
</shard>
|
|
</cluster_1s_2r>
|
|
</clickhouse_remote_servers>
|
|
<!-- ZK -->
|
|
<zookeeper>
|
|
<node>
|
|
<host>zookeeper</host>
|
|
<port>2181</port>
|
|
</node>
|
|
</zookeeper>
|
|
<!-- marcos -->
|
|
<macros>
|
|
<layer>01</layer>
|
|
<shard>01</shard>
|
|
<replica>clickhouse2</replica>
|
|
</macros>
|
|
<networks>
|
|
<ip>::/0</ip>
|
|
</networks>
|
|
<clickhouse_compression>
|
|
<case>
|
|
<min_part_size>10000000000</min_part_size>
|
|
<min_part_size_ratio>0.01</min_part_size_ratio>
|
|
<method>lz4</method>
|
|
</case>
|
|
</clickhouse_compression>
|
|
</yandex>
|