Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more memory tracking places to improve memory management #33877

Closed
8 of 10 tasks
wshwsh12 opened this issue Apr 12, 2022 · 0 comments
Closed
8 of 10 tasks

Add more memory tracking places to improve memory management #33877

wshwsh12 opened this issue Apr 12, 2022 · 0 comments
Assignees
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@wshwsh12
Copy link
Contributor

wshwsh12 commented Apr 12, 2022

Enhancement

There are a lot of known untracked memory at the moment. We plan to track them now!

  1. Untracked memory in HashJoin

  2. Untracked memory in Sort

  3. Untracked memory in Spilling process, eg. ListInDisk struct

  4. Untracked memory in IndexJoin/IndexHashJoin

  5. Refactor rateLimit for TableReader

  6. Track aggregate memory usage more accurate executor: track the memory usage of aggregate more accurate #34732

  7. Parallel HashAgg needs spill to disk

@wshwsh12 wshwsh12 added the type/enhancement The issue or PR belongs to an enhancement. label Apr 12, 2022
@wshwsh12 wshwsh12 self-assigned this Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant