v.23.9Improvement
Add modification_time to system.detached_parts
Addmodification_timeintosystem.detached_parts. #54506 (Azat Khuzhin).
Why it matters
This feature provides visibility into the last modification timestamps of detached parts, allowing users to better monitor and manage detached data parts within the ClickHouse server.How to use it
Query thesystem.detached_parts table to see the new modification_time column, which displays the time each detached part was last modified. No additional configuration is needed.