in reply to Re: Transfer a in-memory SQLite database to disk
in thread Transfer a in-memory SQLite database to disk

WTF? If you're wanting to put the database on disk, don't make an in-memory database! What are you hoping to gain by doing things this way?

Please turn volume down, mmkay.

Keeping database in RAM means faster queries -- it might matter in OPs case it might not, but that is the standard reason

  • Comment on Re^2: Transfer a in-memory SQLite database to disk