MonetDB / MonetDBLite-C

MonetDB as a shared library with a C API
33 stars 14 forks source link

Initialize in-memory database from disk #15

Open muhmud opened 4 years ago

muhmud commented 4 years ago

Is it possible to initialize an in-memory database from a dbfarm on disk, and then have all subsequent operations run from memory?

In a similar way, could an in-memory database be saved to a dbfarm on disk?

PedroTadim commented 4 years ago

Hello, we are working on a new version of MonetDBLite which will address these issues. It will be out soon.

muhmud commented 4 years ago

Fantastic!

Thanks for the update