v.25.7Improvement

Add clickhouse-keeper-utils, a new command-line tool

Added clickhouse-keeper-utils, a new command-line tool for managing and analyzing ClickHouse Keeper data. The tool supports dumping state from snapshots and changelogs, analyzing changelog files, and extracting specific log ranges. #81677 (Antonio Andelic).
Added clickhouse-keeper-utils, a command-line tool for managing and analyzing ClickHouse Keeper data, including dumping state from snapshots and changelogs, analyzing changelog files, and extracting specific log ranges.

Why it matters

The tool addresses the need for better management and analysis of ClickHouse Keeper data by enabling users to inspect snapshots and changelogs easily, facilitating troubleshooting, state inspection, and data extraction for maintenance and debugging purposes.

How to use it

Users can run the clickhouse-keeper-utils command-line utility with appropriate subcommands to dump state from snapshots or changelogs, analyze changelog files, or extract log ranges. Refer to the tool's help command (clickhouse-keeper-utils --help) for detailed usage instructions.