Thanks to both :-)

It's not easy to calculate how many simultaneous users the database can handle.


Le 14 nov. 2011 à 15:58, Petite Abeille a écrit :

> 
> On Nov 14, 2011, at 3:53 PM, Paxdo Presse wrote:
> 
>> If each thread writing (a transaction that contains one or more 
>> INSERT/UPDATE) takes an average of 10 ticks, and each thread reading (a 
>> transaction that contains one or more SELECT) takes an average of 10 ticks, 
>> I would like to know how many thread SQLite can handle in one second or one 
>> minute, very roughly, with WAL.
> 
> As many as your hardware can sustain.
> 
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

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

Reply via email to