v.18.12New Feature

system.part_log table adds partition_id column

The system.part_log table now has the partition_id column. #3089
The system.part_log table now includes the partition_id column.

Why it matters

Adding the partition_id column to system.part_log allows users to track and identify the specific partitions involved in parts-related operations, improving observability and debugging capabilities for partition management.

How to use it

Users can query the system.part_log table as usual; the new partition_id column will provide the associated partition identifier for each logged part event automatically without additional configuration.