Hi Christophe,
is there a way to put all the databases in memory ? We have a 30Gb database, serving as repository for XInclude-like resolution, and I want to avoid disk access (I work with Marc Messeant...)
Using special JVM, I can allocate many memory, and so want to work only in memory. Is this possible ?
In the early days, BaseX has been a pure main-memory database. Today, some main-memory features are still available. For example, you can set MAINMEM to true and create a new database completely in main memory.
You can't open existing databases in memory, though. We are currently looking for sponsors to realize this feature [1]. Feel free to give us a note if you are interested? And what are your requirements: do you also need updates, index structures, ...?
Best, Christian