Hi,
I am using sqlite database and I have around 15-20 queries I need to communicate database and extract data. What I am doing is preparing this querry while the allocation of an DBPersistence Object which takes care of communication with the database. This DBpersistence is a singleton class.
My runtime memory consumption is almost 3MB becoz of which I am getting memory warnings. I am properly resetting every prepared statement after use.
Is there any way to reduce the memory consumption other than using FMDB or CoreData.