v.18.12New Feature
system.part_log table adds partition_id column
Thesystem.part_logtable now has thepartition_idcolumn. #3089
Why it matters
Adding thepartition_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 thesystem.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.