On 8/10/2012 4:43 PM, Black, Michael (IS) wrote:
Why should shared cached be serialized when all the threads are reading?  I can 
see it for writing, but not just for reading.

Reading involves bringing pages from disk into the cache, and possibly removing pages from the cache when full. So the in-memory data structure representing the cache may be modified even by read-only transactions.
--
Igor Tandetnik

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

Reply via email to