Re: [sqlite] LSM Database Engine in SQlite4

2013-04-09 Thread Simon Slavin
On 8 Apr 2013, at 5:20pm, Peter Hilton wrote: > 1. How ready for prime-time is the lsm DB library? SQLite4 is not at all ready for prime-time. If you are writing your code for anything other than amusement use SQLite3. Simon. ___ sqlite-users maili

[sqlite] LSM Database Engine in SQlite4

2013-04-09 Thread Peter Hilton
Hey, I am writing code to support a new database .. very very simple DB using the LSM library from sqlite4. The runtime environment uses multiple threads to access/update the database. I have compiled the library with -pthreads and DSQLITE4_THREADSAFE=1. I have observed that, using the same