Re: [sqlite] sqlite-users Digest, Vol 109, Issue 6

2017-01-06 Thread Simon Slavin
On 6 Jan 2017, at 3:20pm, Simone Mosciatti wrote: > 1. Retrieve the connection object inside Redis > 2. Parse the SQL statement (sqlite3_prepare_v2) > 3. Execute the parsed statement > 4. Return an "OK" to the client Are you using the sequence sqlite3_prepare_v2(),

Re: [sqlite] sqlite-users Digest, Vol 109, Issue 6

2017-01-06 Thread Simone Mosciatti
Hi Dan, I run your TCL script and I can confirm that I am seeing values extremely different, in my machine, the same that I used for the previous test, I got a rather stable 240k insert per second. In my understanding my code is not doing anything different. The only difference is the