[bind10-dev] sqlite3 quick and dirty speed test

Michael Graff mgraff at isc.org
Tue Dec 15 05:44:50 UTC 2009


On my mac laptop, without working too hard to make it faster, I was able 
to execute 26,100 queries/sec without using prepared statements, and 
101,853 queries/sec with prepared statements.

This was a loop that retrieved all the data from sqlite3, but 
specifically did nothing with it -- no output, etc.

The API is pretty simple to use.  The sample application is checked in 
under experiements/graff-dpapi if anyone wants to look.

--Michael



More information about the bind10-dev mailing list