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

[Refactoring]: Enable some table functions to be parallelized #21251

Open
ouyuanning opened this issue Jan 16, 2025 · 0 comments
Open

[Refactoring]: Enable some table functions to be parallelized #21251

ouyuanning opened this issue Jan 16, 2025 · 0 comments
Assignees
Labels
Milestone

Comments

@ouyuanning
Copy link
Contributor

Why do you want to refactor this code?

目前表函数都是不能并行展开的。
而部分表函数其实会产生大量的数据,并行展开会有一定的性能提升(主要是generate_series)

Describe the solution you'd like

#12873 完成之后。
可以对部分表函数(主要是generate_series)在compile时候进行展开

Describe alternatives you've considered

No response

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants