I am doing a batch insert for N items and I have to call
getWriteableDatabase method N times in my dbhelper method.
and I find that the insertion time is slow takes  ~9 secs for 50 rows with
~10 columns.
How to improve the speed of a batch insertion, or maybe calling
getWritebableDatabase is an expensive operation time-wise?

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