v.23.9Improvement

Add modification_time to system.detached_parts

Add modification_time into system.detached_parts. #54506 (Azat Khuzhin).
Added a modification_time column to the system.detached_parts table in ClickHouse.

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 the system.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.