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
{{ message }}
This repository has been archived by the owner on May 9, 2024. It is now read-only.
Looks like we create unused output buffers for a shuffle execution unit. This is because we create all actual buffers in Executor but each QueryExecutionContext then creates QueryMemoryInitializer allocating unused memory. Memory consumption should be insignificant due to 1 entry count used for those buffers, but this indicates shuffle design flaws.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks like we create unused output buffers for a shuffle execution unit. This is because we create all actual buffers in Executor but each QueryExecutionContext then creates QueryMemoryInitializer allocating unused memory. Memory consumption should be insignificant due to 1 entry count used for those buffers, but this indicates shuffle design flaws.
The text was updated successfully, but these errors were encountered: