Disable replication of DELETE and TRUNCATE operations for KeeperMap in ClickHouse.
Why it matters
This feature prevents the replication of DELETE and TRUNCATE commands on KeeperMap data structures, addressing issues related to unnecessary or problematic replication of these operations. It enhances the stability and consistency of KeeperMap by avoiding unsupported or redundant replication actions.How to use it
This change is applied internally within ClickHouse; no additional user configuration is required. Users benefit automatically from improved handling of DELETE and TRUNCATE on KeeperMap after upgrading to the version including this fix.