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

Refactor memory dam and memory sort to use temporary tables. #2970

Open
hatyo opened this issue Nov 8, 2024 · 0 comments
Open

Refactor memory dam and memory sort to use temporary tables. #2970

hatyo opened this issue Nov 8, 2024 · 0 comments
Labels
planner Related to the query planner

Comments

@hatyo
Copy link
Contributor

hatyo commented Nov 8, 2024

With #2961 we add support to planning and execution of temporary tables. This can be leveraged to (re)implement memory dam and memory sort, instead of having multiple very similar implementations for handling in-memory records.

@hatyo hatyo added the planner Related to the query planner label Nov 8, 2024
@hatyo hatyo mentioned this issue Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planner Related to the query planner
Projects
None yet
Development

No branches or pull requests

1 participant