v.22.2Improvement

Improve Memory Accounting for Low Usage Queries

Improve memory accounting for queries that are using less than max_untracker_memory. #34001 (Azat Khuzhin).
Improved memory accounting for queries that use less than max_untracked_memory.

Why it matters

This feature enhances the accuracy of memory tracking for queries that consume memory below the max_untracked_memory threshold, enabling better resource monitoring and management during query execution.

How to use it

Users benefit from this feature automatically as it improves the internal memory accounting for applicable queries without requiring any additional configuration or changes to query syntax.