cangyin

Results 32 comments of cangyin

Example CREATE TABLE query ```sql CREATE TABLE a ( `i` UInt64 ) ENGINE = ReplicatedMergeTree('shard-keeper-{shard}:/clickhouse/tables/{database}/{table}', '{replica}') ORDER BY i ```

Downside: Not applicable to SharedMergeTree.