Are Queries in ObjectDB Multithreaded ?

#1

Greating again ObjectDB team,

Will ObjectDB query engine use multithreading whenever possible ?

Thank you indeed !

#2

The ObjectDB engine has an internal mechanism that can split many types of operations between threads, including operations that are part of query execution. At the moment, however, this is disabled for most operations. Additional testing is required before enabling multithreading further, and that is expected in future versions.

However, if your application use multiple threads that execute multiple queries against ObjectDB simultaneously, then ObjectDB can already use all the CPUs/cores simultaneously to process these queries in parallel.

ObjectDB Support

Reply