v.23.4Improvement

Don't Replicate DELETE and TRUNCATE for KeeperMap

Don't replicate DELETE and TRUNCATE for KeeperMap. #48434 (Antonio Andelic).
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.