Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
Monitoring memory usage

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
Leave a Comment
Can't find what you're looking for? Search the Vertica Documentation, Knowledge Base, or Blog for more information.
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.