On Sep 11, 12:10 pm, Mark Murphy <[email protected]> wrote:

> By default, each insert is its own transaction, involving
> individual flash writes, which gets slow. Batch the inserts (e.g., 100
> to a transaction), and things will go more smoothly.

Wow, thanks for the tip! I hadn't been bothering with transactions on
my inserts (the data involved isn't that mission-critical), but adding
them just now sped things up considerably.

String

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

Reply via email to