v.18.14Improvement

Memory Consumption Logging for Queries Exceeding Integer Gigabyte Levels

Memory consumption by a query is logged when it exceeds the next level of an integer number of gigabytes. #3205
Memory consumption by a query is logged when it exceeds the next integer gigabyte threshold.

Why it matters

This feature helps monitor and track the memory usage of queries by logging when memory consumption surpasses each integer number of gigabytes. It enables better resource management and troubleshooting by providing clear visibility into memory-intensive queries.

How to use it

This feature works automatically by logging memory usage whenever a query's memory consumption exceeds the next integer gigabyte level. No additional configuration or commands are required to enable this logging behavior.