On 20 Dec 2012, at 11:16pm, Arun Jagatheesan <arun.jagatheesan.w...@gmail.com> 
wrote:

> Are there any community standard benchmarks (scripts) that are more
> sqlite oriented available?

If you're looking for speed tests, then there isn't really anything relevant.  
The amount of time SQLite takes to do things is only about 10% to do with how 
the programming is done.  Almost everything about the speed is to do with your 
hardware, and the kind of databases and actions you do.  For instance, a setup 
which is the fastest for reading a huge database, with almost no changes made, 
might be the slowest for a setup where you start with a small database and 
constantly update all the rows in it.

The full download of SQLite comes with an extensive test suite.  I suppose you 
could run the entire test suite on two computers and see which one is fastest.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to