[android-developers] Re: Android efficiency for huge amount of SQLlite DB records?
100000 lines should be manageable. Make sure you optimize the indexes for your most frequent queries, don't forget to vacuum, and use transactions whenever possible.
Nothing of this is really related to Android, though.
On Friday, August 10, 2012 3:53:09 AM UTC-4, chainz roid wrote:
Thanks Mr.zsolt Vasvari. your answer help me to think new way to develop my app..--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home