You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my use case, I'm trying to identify which operator consumes the most memory. It would be more insightful for me to get the sum of the peak memory across all drivers, rather than the maximum.
Considering this, I have a couple of questions:
Under what circumstances would it be more beneficial to use the maximum peak memory across all drivers?
If my goal is to determine which operator consumes the most memory throughout the entirety of the query, are there other metrics I should consider?
I appreciate any insights or guidance you can provide. Thank you for your time.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I noticed that the
peakXXXMemoryReservationin theMemoryStatsstructure is defined as the maximum value across all drivers:In my use case, I'm trying to identify which operator consumes the most memory. It would be more insightful for me to get the sum of the peak memory across all drivers, rather than the maximum.
Considering this, I have a couple of questions:
I appreciate any insights or guidance you can provide. Thank you for your time.
All reactions