v.18.12New Feature

System Table Updates: Added partition_id Column to system.merges

The system.merges system table now contains the partition_id column. #3099
The system.merges system table has been enhanced with a new partition_id column.

Why it matters

This feature adds the partition_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 the system.merges table to view the new partition_id column as part of the system's real-time merges data. No additional configuration is required.