ClickHouse/docs/en/system_tables/system.clusters.md
BayoNet 13d9a4eebe Sources for english documentation switched to Markdown.
Edit page link is fixed too for both language versions of documentation.
2017-12-28 18:13:23 +03:00

17 lines
645 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# system.clusters
Contains information about clusters available in the config file and the servers in them.
Columns:
```text
cluster String Cluster name.
shard_num UInt32 Number of a shard in the cluster, starting from 1.
shard_weight UInt32 Relative weight of a shard when writing data.
replica_num UInt32 Number of a replica in the shard, starting from 1.
host_name String Host name as specified in the config.
host_address String Host's IP address obtained from DNS.
port UInt16 The port used to access the server.
user String The username to use for connecting to the server.
```