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
Cumulative user memory is a important metrics in query status, it indicates the total memory consumption of an query.
My question is, based on the source code here, the unit of cumulative user memory is MB * ms.
However, in web UI and API, the unit of cumulative user memory is MB * sec. Is the code here correct, or this number is divided by 1000 somewhere in the code.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Cumulative user memory is a important metrics in query status, it indicates the total memory consumption of an query.
My question is, based on the source code here, the unit of cumulative user memory is
MB * ms
.However, in web UI and API, the unit of cumulative user memory is
MB * sec
. Is the code here correct, or this number is divided by 1000 somewhere in the code.Beta Was this translation helpful? Give feedback.
All reactions