v.18.12New Feature
System Table Updates: Added partition_id Column to system.merges
Thesystem.mergessystem table now contains thepartition_idcolumn. #3099
Why it matters
This feature adds thepartition_id column to the system.merges table to allow users to easily identify the partition involved in ongoing merges. It improves monitoring and debugging of merges by providing detailed partition-level information.How to use it
Users can query thesystem.merges table to view the new partition_id column as part of the system's real-time merges data. No additional configuration is required.