Is there any chance of SQLite database corruption if we set
setLockingEnabled to false and read from the database while it's being
written?

SQLite docs indicate the whole database gets locked during a write...
so its somewhat unclear what function the setLockingEnabled would
serve beyond the standard SQLite locking?

For example, an Android service writing small records to the database
at 10/second, and a gui querying those records at random times and
grouped in different ways - in a different thread.

Do DB INSERTS stop while a long SELECT query is in progress?



References:
http://groups.google.com/group/android-developers/browse_thread/thread/acf91ae696a5787a

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to