Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
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: