ClickHouse/tests/queries/0_stateless/01586_replicated_mutations_empty_partition.reference

6 lines
310 B
Plaintext
Raw Normal View History

10
10
10
24
2021-03-30 16:46:23 +00:00
CREATE TABLE default.replicated_mutations_empty_partitions\n(\n `key` UInt64,\n `value` UInt64\n)\nENGINE = ReplicatedMergeTree(\'/clickhouse/test/default/01586_replicated_mutations_empty_partitions/{shard}\', \'{replica}\')\nPARTITION BY key\nORDER BY key\nSETTINGS index_granularity = 8192