clickhouse-docs
clickhouse-docs copied to clipboard
Update read consistency docs page
The docs page; https://clickhouse.com/docs/knowledgebase/read_consistency
instructs the user to execute SYSTEM SYNC REPLICA
where it should clarify that the syntax for this statement is
SYSTEM SYNC REPLICA db.table_name
Running the docs command verbatim will return DB::Exception: Table default.LIGHTWEIGHT does not exist. (UNKNOWN_TABLE)
Thanks @RoryCrispin, PR is here: https://github.com/ClickHouse/clickhouse-docs/pull/2173