How large can be the database of my Android app? Is there a limit?
For performance and security reasons, I don’t want to store the database on the SD card.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as reading up on it would suggest, there is no hard limit on the size of sqlite db on the internal storage other than the normal limits, ie. what is spare.
However some people are reporting exceptions occurring on larger databases, though I have yet to see anyone work out why.
Sadly the internal function to report max size isn’t useful for this either, it seems set at 1TB.