v.23.4Improvement

Don't Replicate Mutations for KeeperMap

Don't replicate mutations for KeeperMap because it's unnecessary. #48354 (Antonio Andelic).
Avoid replication of mutations for KeeperMap as it is unnecessary.

Why it matters

This feature prevents redundant replication of mutations applied to KeeperMap, optimizing performance and reducing overhead by skipping unnecessary mutation propagation.

How to use it

This behavior is applied automatically in the system; no additional user configuration is required to benefit from this optimization.