v.23.8Improvement
Make ALTER TABLE FREEZE Queries Non-Replicated in Replicated Database Engine
Make ALTER TABLE FREEZE queries not replicated in the Replicated database engine. #52064 (Mike Kot).Why it matters
This feature preventsALTER TABLE FREEZE commands from being replicated across nodes in a Replicated database engine, avoiding unnecessary replication of backup operations and reducing replication overhead.How to use it
No special action is required by users;ALTER TABLE FREEZE commands will automatically not be replicated when executed on tables using the Replicated database engine.