Just a general statement: I've used SQLite on other platforms and found it to be reasonably fast/efficient. But if an in-storage scheme (Map or List) works with no significant heap size issues I don't see how SQLite could beat that. SQLite is going to have to do several "disk" access and move thousands of bytes for every insert or query.
On Aug 5, 11:33 am, mboehmer <[email protected]> wrote: > Hi there, > > does SQLite have any big impact on power consumption? I am just > thinking about storing data in a List or Map or in a database. I have > a lot of inserts and queries, several a second. Any ideas on this? > > Best > mb -- 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

