On Fri, 10 Sep 2010 19:11:06 -0700, Sheado wrote:

> SQLiteDatabase.update(...) takes anywhere from 30ms to 700ms on a simple
> update (on a Motorola Droid). I'm not sure why there's such a huge range
> in the timing, but despite that it still means that in the best case
> updating one column in 30 rows will take at least one second - in the
> best case! On average updating 30-40 rows is taking me 3-4 seconds -
> this is crazy slow - like 1985 computer slow!
> ...
> Any suggestions? Thanks!

Use transactions.

Bye.


-- 
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