I believe that there is a maximum file size limit of 2Gb, but this has
more to do with Android in general than specifically with SQLite.
Performance has more to do with your database schema than with the
size of the file, but Android was not designed as a "database engine"
and I had to resort to some tricks -- such as record caching -- in my
app to achieve reasonable performance.

On Jan 28, 3:56 am, Live Happy <livehap...@gmail.com> wrote:
> what is the maximum size of sqlite on the mobiles phone (android, iPhone,
> blackberry, windows mobile) its the same on all of them
> and in wish of them sqlite more compatibility and the performance of it is
> high
> thx for answer

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