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

Track the memory usage of probe phase in HashJoin. #35630

Open
wshwsh12 opened this issue Jun 22, 2022 · 0 comments
Open

Track the memory usage of probe phase in HashJoin. #35630

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

Comments

@wshwsh12
Copy link
Contributor

Enhancement

Track the memory usage of probe phase in HashJoin.
e,g. The memory usage of the matched row. In extreme cases, the memory usage of this part may be the size of the entire hashmap.

matched = make([]chunk.Row, 0, len(innerPtrs))

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