Re: [sqlite] Loading Sqlite3 DB into memory

2010-05-20 Thread lau stephen
Here has a sqlite3 MemVfs implementation. http://code.google.com/p/sphivedb/downloads/list spmemvfs-0.3.tar.gz 2010/5/20 Max Cat : > Hi all, > > Is there any way to load a sqlite3 db from a location in memory? Ideally, I'd > like to have a memory pointer (eg, something provided via malloc), wh

Re: [sqlite] SPHiveDB: A server for sqlite database.

2009-06-15 Thread lau stephen
2009/6/14 Olaf Schmidt : > Interesting approach - (such a mem-vfs offers some nice > options at the serverside, once it is done). > > Did you already tested, how the whole approach behaves > in concurrency-scenarios with e.g. only 4-8 concurrent clients? > Using your schema, especially the concurr