Hello,
we want to execute querys in parallel threads on the same entity type in order to increase the performance.
But we don't see any performance improvements.
Is there any possibility to improve the query performance with parallel threads?
We use the ObjectDB as an embedded database and the processing cache is greater than the db file.
<processing cache="512mb" max-threads="10" synchronized="false" />