I have a sqlite database in my offline app that has reached 32mb. Its created from asset files on launch which are 6mb in size.
Is there any built in compression function that permenantly causes the database to become smaller, I dont mind the performance hit while reading. It would then use less of the users phone memory.
Any ideas?
The DB has two tables which are mostly long text fields. The size is the end result of 7000+ inserts upon first application launch.