v.22.7Improvement
Add merge_algorithm column to system.part_log
Add merge_algorithm column (Undecided, Horizontal, Vertical) to system.part_log. #39181 (Azat Khuzhin).Why it matters
This feature provides users with detailed insight into the merge process of parts by exposing the merge algorithm type. It helps in monitoring and troubleshooting merges by distinguishing between different merge strategies.How to use it
Query thesystem.part_log table to view the new merge_algorithm column alongside other part log information to identify which merge algorithm was applied for each merge operation.