v.23.4Improvement
Add keeper_map_strict_mode Setting for Enhanced KeeperMap Operations
Add new settingkeeper_map_strict_modewhich enforces extra guarantees on operations made on top ofKeeperMaptables. #48293 (Antonio Andelic).
Why it matters
This feature aims to enhance the reliability and consistency of operations onKeeperMap 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 settingkeeper_map_strict_mode to 1 in the server configuration or via a session setting before executing operations on KeeperMap tables.