Re: [sqlite] SQLite Expert query execution speed

2012-08-10 Thread Keith Medcalf
y, 10 August, 2012 06:03 > To: sqlite-users@sqlite.org > Subject: [sqlite] SQLite Expert query execution speed > > > hello, > > we have noticed that executing a select query in SQLite expert is 3 times as > fast as executing it using our own C++ application. This seems quite

[sqlite] SQLite Expert query execution speed

2012-08-10 Thread Gert Corthout
hello, we have noticed that executing a select query in SQLite expert is 3 times as fast as executing it using our own C++ application. This seems quite odd as we are doing no funky stuff in the code, the sqlite3_step alone in our app takes longer then the entire process in (compiling the