Skip to content

Add data checksums to system.parts_columns table. #5151

@alexey-milovidov

Description

@alexey-milovidov

Use case
A user implements manual replication of data and wants to validate checksums automatically in efficient manner. ClickHouse always calculates checksums for all data and this information is already available internally.

Describe the solution you'd like
Add columns named column_data_compressed_checksum, column_data_uncompressed_checksum. column_marks_checksum.

For implementation, look at MergeTreeDataPartChecksum struct and StorageSystemPartsColumns.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions