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

Executor: reimplementing window executor in a pipeline manner. #21636

Closed
wshwsh12 opened this issue Dec 10, 2020 · 1 comment
Closed

Executor: reimplementing window executor in a pipeline manner. #21636

wshwsh12 opened this issue Dec 10, 2020 · 1 comment
Assignees
Labels
type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@wshwsh12
Copy link
Contributor

Feature Request

Is your feature request related to a problem? Please describe:

Now the window executor holds one window partition into memory before calculating. In some cases, it holds the whole table in memory and take up huge memory.

Describe the feature you'd like:

Reimplementing window executor in a pipeline manner to reduce the memory usage.

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

@wshwsh12 wshwsh12 added the type/feature-request Categorizes issue or PR as related to a new feature. label Dec 10, 2020
@ichn-hu
Copy link
Contributor

ichn-hu commented Jan 6, 2021

/assign @ichn-hu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants