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

Can EvaDB execute a query plan in a multi-thread environment? #1341

Closed
1 task done
onefanwu opened this issue Nov 5, 2023 · 3 comments
Closed
1 task done

Can EvaDB execute a query plan in a multi-thread environment? #1341

onefanwu opened this issue Nov 5, 2023 · 3 comments

Comments

@onefanwu
Copy link

onefanwu commented Nov 5, 2023

Search before asking

  • I have searched the EvaDB issues and found no similar questions.

Question

Hello, EvaDB team.
Can EvaDB execute a query plan in a multi-thread environment? If so, does the EvaDB query optimizer take parallel scenarios into account?

Best regards,
Yifan Wu

Copy link
Contributor

github-actions bot commented Nov 5, 2023

👋 Hello @onefanwu, thanks for your interest in EVA DB 🙏 Please visit our 🔮 Tutorials to get started, where you can find quickstart guides for simple tasks like Image Classification all the way to more interesting tasks like Emotion Analysis.

If this is a 🐞 Bug Report, please provide a minimum reproducible example to help us debug it.

If this is a ❓ Question, please provide as much information as possible, including dataset examples and query results.

@jarulraj
Copy link
Member

jarulraj commented Nov 5, 2023

Hi @onefanwu. Yes, EvaDB uses Ray to run queries over multiple CPUs/GPUs if that is what you meant by a multi-threaded environment.

However, EvaDB currently processes only one query at a time. So, it does not support concurrent queries.

@onefanwu
Copy link
Author

onefanwu commented Nov 6, 2023

Thank you for your detailed response. It has answered my questions satisfactorily. I appreciate your time and effort.

Best regards,
Yifan Wu

@onefanwu onefanwu closed this as completed Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants