georgia-tech-db/evadb

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

Closed this issue ยท 3 comments

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

๐Ÿ‘‹ 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.

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.

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

Best regards,
Yifan Wu