Monitoring memory usage
kxu
Administrator
The QUERY_EXECUTIONS table has all the information required to analyze a query except memory used. For memory consumption, we need to check the RESOURCE_ACQUISITIONS, which shows the memory consumed for query per node. Is there a way to view the total memory consumed by a query in the QUERY_EXECUTIONS table?
Optimizing Query Performance and Resource Pool Tuning
@rbankula @bat
Tagged:
0
Answers
You could sum it up for all nodes, but I'm not sure how useful that would be. Most nodes should generally have the same memory utilization, unless you have massive data skew.