in reply to Re^3: SQLite in memory database to scalar
in thread SQLite in memory database to scalar

That is what I am trying to do.

Can you provide an example of how that could be done (in-memory filesystem)? I tried to pass it a filehandle (which didn't work), then I looked at the code and that sqlite_backup_to_file is part of the sqlite c api. It takes a filename as an argument, opens it, writes to it, and closes it.

True enough about benchmarks :) but I do know that file operations are slower than in-memory ones.
  • Comment on Re^4: SQLite in memory database to scalar

Replies are listed 'Best First'.
Re^5: SQLite in memory database to scalar
by Anonymous Monk on Mar 19, 2014 at 23:00 UTC

    What OS is your server? On Linux and a few others, there's tmpfs, try mount | grep tmpfs to see if you've got any mounted and where. Otherwise, List of RAM drive software