File: remote_servers.xml

package info (click to toggle)
clickhouse 18.16.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 39,956 kB
  • sloc: cpp: 223,063; sql: 21,608; python: 6,598; sh: 4,299; ansic: 3,887; xml: 3,312; perl: 155; makefile: 40; asm: 34
file content (49 lines) | stat: -rw-r--r-- 1,676 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<yandex>
    <remote_servers>
        <test_cluster>
            <shard>
                <internal_replication>true</internal_replication>
                <replica>
                    <default_database>test</default_database>
                    <host>node1</host>
                    <port>9000</port>
                </replica>
                <replica>
                    <default_database>test</default_database>
                    <host>node2</host>
                    <port>9000</port>
                </replica>
            </shard>
        </test_cluster>
        <test_cluster>
            <shard>
                <internal_replication>true</internal_replication>
                <replica>
                    <default_database>test</default_database>
                    <host>node3</host>
                    <port>9000</port>
                </replica>
                <replica>
                    <default_database>test</default_database>
                    <host>node4</host>
                    <port>9000</port>
                </replica>
            </shard>
        </test_cluster>
        <test_cluster>
            <shard>
                <internal_replication>true</internal_replication>
                <replica>
                    <default_database>test</default_database>
                    <host>node5</host>
                    <port>9000</port>
                </replica>
                <replica>
                    <default_database>test</default_database>
                    <host>node6</host>
                    <port>9000</port>
                </replica>
            </shard>
        </test_cluster>
    </remote_servers>
</yandex>