Open RoryCrispin opened 7 months ago
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
SYSTEM SYNC REPLICA
SYSTEM SYNC REPLICA db.table_name
Running the docs command verbatim will return DB::Exception: Table default.LIGHTWEIGHT does not exist. (UNKNOWN_TABLE)
DB::Exception: Table default.LIGHTWEIGHT does not exist. (UNKNOWN_TABLE)
Thanks @RoryCrispin, PR is here: https://github.com/ClickHouse/clickhouse-docs/pull/2173
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 isSYSTEM SYNC REPLICA db.table_name
Running the docs command verbatim will return
DB::Exception: Table default.LIGHTWEIGHT does not exist. (UNKNOWN_TABLE)