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)
Add a new column to the system.mutations table that provides an array of part names which mutations will process in the future.

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 the system.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.