v.23.12Improvement

Forbid CREATE TABLE AS SELECT for Replicated table engines in experimental Replicated database

Forbid CREATE TABLE ... AS SELECT queries for Replicated table engines in the experimental Replicated database because they are not supported. Reference #35408. #57796 (Nikolay Degterinsky).
Forbid CREATE TABLE ... AS SELECT queries for Replicated table engines in the experimental Replicated database, as this operation is not supported.

Why it matters

This feature prevents users from executing unsupported CREATE TABLE ... AS SELECT queries on Replicated tables within the experimental Replicated database engine. It helps avoid potential inconsistencies or unexpected behavior by enforcing proper table creation methods for replicated tables.

How to use it

Users simply need to avoid using CREATE TABLE ... AS SELECT syntax with Replicated engines. If attempted, the query will be forbidden to ensure stability and correctness of replicated tables.