On Thu, Jun 11, 2009 at 1:46 AM, Florian Weimer <f...@deneb.enyo.de> wrote:

>  That's 500 commits per second, right?  If you need durability, you can
> get these numbers only with special hardware.
>
Not really, you don't need special hardware (if you don't use SQLite).
The use case that Robel described requires best row locks. In a RDBMS
server, nobody stops you to commit several transactions in the same time,
using the same disk spin. With SQLite you cannot, because SQLite use
database lock, so all transactions are serialized.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to