I've had a quick read through the features/FAQ and haven't been able to find a clear answer.
I'm looking at replacing a setup of H2 where I have 40GB in-memory backed by 800GB on-disk, the 40GB in memory represents the first 40GB of the 800GB on-disk for super-fast recent entry searching, the records at the end continuously purge as the new ones come in(duplicate write, one to in-memory and one to on-disk).
Does ObjectDB offer a similar in-memory/on-disk option? I noticed the embedded and TCP/IP option but I would like both DB's accessible in-program without the need for TCP/IP as it's all on the one server.
Thanks in advance.
Ben