mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
3 lines
380 B
Plaintext
3 lines
380 B
Plaintext
CREATE TABLE test_1164_memory.r1\n(\n `n` Int32,\n `m` Int32\n)\nENGINE = ReplicatedMergeTree(\'/test/01164/test_1164_memory/t\', \'1\')\nORDER BY n\nSETTINGS index_granularity = 8192
|
|
CREATE TABLE test_1164_memory.r1\n(\n `n` Int32,\n `m` Int32\n)\nENGINE = ReplicatedMergeTree(\'/test/01164/test_1164_memory/t\', \'1\')\nORDER BY n\nSETTINGS index_granularity = 8192
|