v.23.1Improvement

Add Latest Part Check Info to system.parts Table

Add information about the latest part check by cleanup threads into system.parts table. #44244 (Dmitry Novik).
Added information about the latest part check performed by cleanup threads into the system.parts table.

Why it matters

This feature allows users to track the most recent verification checks of data parts done by cleanup threads, improving observability and ensuring data integrity monitoring within ClickHouse.

How to use it

Users can query the system.parts table to view the new columns that report the timestamp and details of the latest parts check performed by cleanup threads. No additional configuration is required.