v.20.1Improvement
Add Column for Future Mutation Parts in system.mutations Table
Add column with array of parts name which mutations must process in future to system.mutations table. #8179 (alesapin)Why it matters
This feature improves monitoring and introspection of mutations by exposing the specific data parts scheduled to be mutated. It allows users to understand which parts are affected by upcoming mutations, enhancing transparency and operational insight.How to use it
Query thesystem.mutations table to view the new column that lists the array of part names that each mutation is planned to process. No additional configuration is needed; the column is available by default.