Greetings ObjectDB team,
All below questions assume a very large database (~1,000,000,000 objects):
Q1: In what cases would ObjectDB utilize multi-threading ? how about in JOIN operations ?
Q2: Is it true that two read-only JPQL queries accessing the same database file actually run simultaneously if placed into two independent threads ? no I/O synchronization bottlenecks ?
Q3: Is it possible to use two database files on two different physical hard disks while still being able to cross reference objects on both, i.e. distributed database/graph of objects ?
Kind Regards and Thanks !