v.25.7Improvement
Introduce a configuration option
Introduce a configuration option to skip binary checksum integrity checks for clickhouse-server. Resolves #83637. #83749 (Rafael Roquetto).Why it matters
This feature addresses cases where the binary checksum integrity checks may cause issues or delays during server startup. By allowing these checks to be skipped, it provides a faster startup experience and flexibility for users who trust their binaries and want to bypass the verification step.How to use it
To enable skipping the binary checksum integrity check, set the configuration optionskip_binary_checksum to true in the clickhouse-server configuration file or pass it as a command line parameter.