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

Please don't bother about replying to a question if you don't have any idea about it. Go and search the advantages of using a in-memory sqlite db and then writing it to disk at last. This method when used with transactions give the fastest inserts.
  • Comment on Re^2: Transfer a in-memory SQLite database to disk