Hi Christian, about this comment:
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.
In which config file can I to set MAINMEM value? I searched in .basex and basex.bat files, but I did not see this parameter there. Besides, I need to know if the system do the pagination automatically on the cases where main memory capacity is lower than the database size.
Thank you in advance!