ClickHouse/docs/en/operations
Azat Khuzhin e5a43d2751 Add ability to use multiple disks/volumes for Distributed engine
Now Distributed() has gain the 5-th argument -- policy name (for storing
data to send):

  CREATE TABLE foo (key Int) Engine=Distributed(test_shard_localhost, currentDatabase(), some_table, key%2, 'default');
2020-01-25 20:52:31 +03:00
..
server_settings Document tmp_policy 2020-01-23 21:10:33 +03:00
settings fixed docs 2020-01-22 01:42:52 +03:00
table_engines Add ability to use multiple disks/volumes for Distributed engine 2020-01-25 20:52:31 +03:00
utils Fix some spelling mistakes 2020-01-11 17:51:33 +08:00
access_rights.md DOCS-2: Remark about Authentification on Zookeeper (#7732) 2019-12-16 19:40:30 +03:00
backup.md Changed repository URL 2019-09-23 19:18:19 +03:00
configuration_files.md DOCAPI-8530: Code blocks markup fix (#7060) 2019-09-23 18:31:46 +03:00
index.md Added quick instruction on how to test a server with clickhouse 2020-01-06 05:29:37 +03:00
monitoring.md fixup replicas monitor url path 2019-12-01 22:36:30 +08:00
performance_test.md Improved markdown syntax 2020-01-18 00:42:18 +03:00
quotas.md Doc fixes: remove all anchors <a> (#3897) 2018-12-21 22:23:55 +03:00
requirements.md DOCAPI-4180: merge_tree* settings. EN review. RU translation (#4358) 2019-02-12 14:59:34 +03:00
system_tables.md Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-466-query-profiler-settings 2019-12-05 19:54:00 +03:00
tips.md DOCAPI-8530: Code blocks markup fix (#7060) 2019-09-23 18:31:46 +03:00
troubleshooting.md DOCAPI-8530: Code blocks markup fix (#7060) 2019-09-23 18:31:46 +03:00
update.md DOCAPI-8530: Code blocks markup fix (#7060) 2019-09-23 18:31:46 +03:00