v.23.4Improvement

Add keeper_map_strict_mode Setting for Enhanced KeeperMap Operations

Add new setting keeper_map_strict_mode which enforces extra guarantees on operations made on top of KeeperMap tables. #48293 (Antonio Andelic).
Introduces a new setting keeper_map_strict_mode that enforces additional guarantees on operations performed on KeeperMap tables.

Why it matters

This feature aims to enhance the reliability and consistency of operations on KeeperMap tables by applying stricter validation and enforcement rules, preventing potential inconsistencies or unexpected behaviors during data modifications.

How to use it

Enable the feature by setting keeper_map_strict_mode to 1 in the server configuration or via a session setting before executing operations on KeeperMap tables.