Hi, I have to manage a table on a large database with over 20k records (the db size is 25MB). I use standard queries like SELECT\INSERT etc. programmatically using SQLITE framework. But the app on the Device is VERY VERY slow. When I tap the icon, the Default.png freezes for 10-20 seconds and the app crashes. When I run it on the simulator (and when I build on the device from Xcode), the app does not crash but it takes too much time for loading and it's very slow to change views.
Is that a SQLITE problem? Can SQLITE manage large databases? If not I think I will have to migrate to the CoreData APi. If yes, I have to investigate on coding bugs...
Any help would be appreciated. Thank you!