How heavy? How many kg? :)

http://www.sqlite.org/faq.html#q5 
If it's all reads, you're fine, but if anyone is writing, all others are
blocked until that transaction is finished. Locks are at database, not
record or table level.

g

-----Original Message-----
From: Eversogood [mailto:eversog...@gmail.com] 
Sent: Monday, March 02, 2009 9:25 PM
To: sqlite-users@sqlite.org; sqlite-...@sqlite.org
Subject: [sqlite] Performance impact for heavy accessing the database
file

Hi,

How is the SQLite performance when a lot number of concurrent users
access
the database file?

Thanks,
Ev

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

Reply via email to