Hi,
I am running some queries against file based and main-memory dbs for comparison.
Creating the main-memory db via xquery (declare option or pragma) did not work: declare option db:mainmem 'true'; or (# db:mainmem true #) Via command line it works: set mainmem true
Only the db won't be listed and seems to be dropped after I open another db on the command line. I had expected the main-memory db to be treated like other dbs (e.g. being there as long as I don't drop it or stop the server)
Is this behaviour on purpose?
Regards,
Max