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

[Feature]: Execute Python UDF Parallelly #7

Open
watch2bear opened this issue Sep 7, 2023 · 0 comments
Open

[Feature]: Execute Python UDF Parallelly #7

watch2bear opened this issue Sep 7, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@watch2bear
Copy link
Collaborator

Use Case

Execute Python UDF parallelly to speed up SQL execution and leverage multiple CPU cores.
It can cooperate with oceanbase multi-threading and distributed execution.

Describe the solution you'd like

python multi-threading C-API or C++ multi-process with python

Describe alternatives you've considered

Additional context

Look for additional optimization opportunities in this new scenario.

@watch2bear watch2bear added enhancement New feature or request help wanted Extra attention is needed labels Sep 7, 2023
@watch2bear watch2bear self-assigned this Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant