v.18.10Improvement

Old Records of Completed Mutations Deleted

Old records of completed mutations are deleted (ALTER DELETE). #2784
Old records of completed mutations are deleted automatically when using ALTER DELETE.

Why it matters

This feature removes outdated mutation records to clean up metadata and reduce storage overhead, improving system performance and manageability for users executing ALTER DELETE operations.

How to use it

Simply perform ALTER DELETE commands as usual; the system will automatically delete old records of completed mutations in the background without additional user intervention.