v.23.11Improvement
Add Backup and Restore Support for Tables with KeeperMap Engine
Add support for backing up and restoring tables using KeeperMap engine. #56460 (Antonio Andelic).Why it matters
The feature enables users to perform backup and restore operations on tables utilizing theKeeperMap engine, which previously lacked such support. This solves the problem of data protection and recovery for these tables, enhancing reliability and operational safety.How to use it
Users can backup and restoreKeeperMap engine tables using the existing BACKUP and RESTORE commands in ClickHouse, now extended to include this table engine without requiring additional configuration.