mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
commit
3780ecef06
@ -644,7 +644,7 @@ If there are no replicas at the moment on replicated table creation, a new first
|
|||||||
|
|
||||||
``` sql
|
``` sql
|
||||||
CREATE TABLE tutorial.hits_replica (...)
|
CREATE TABLE tutorial.hits_replica (...)
|
||||||
ENGINE = ReplcatedMergeTree(
|
ENGINE = ReplicatedMergeTree(
|
||||||
'/clickhouse_perftest/tables/{shard}/hits',
|
'/clickhouse_perftest/tables/{shard}/hits',
|
||||||
'{replica}'
|
'{replica}'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user