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

Closed
watch2bear opened this issue Sep 7, 2023 · 1 comment
Closed

[Feature]: Execute Python UDF Parallelly #7

watch2bear opened this issue Sep 7, 2023 · 1 comment
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
@lovelynewlife
Copy link
Owner

Exchange volcano with single DB thread call Python.
-> IPC UDF engine with other other parallel strategies.

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

2 participants