Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
ANALYZE MEMORY
Estimates peak memory usage per query.
ANALYZE MEMORY;
ANALYZE MEMORY collects details about memory usage from past query runs across leaf nodes and retrieves execution time data per query from the aggregator node(s).
The memory information collected by ANALYZE MEMORY is intended to help with workload management tasks such as categorizing query types and managing available memory in the cluster.
Last modified: