[TIMOB-6349] iOS: Read database from the Resources folder
GitHub Issue | n/a |
Type | New Feature |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 1.7.5, Release 1.8.0.1 |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Karol Pomaski |
Assignee | Eric Merriman |
Created | 2011-11-29T06:55:07.000+0000 |
Updated | 2018-08-02T17:31:46.000+0000 |
Description
New feature request
Please add the possibility of running the .db (read only) file from the Resources folder. For now the Ti.Database.install copies the .db file and leaves the old under Resources which makes the app to weight too much. For example having 50MB of read only database makes the app to weight 100MB.
Comments
JSON Source
This is a pretty significant issue for a large DB. Initial startup times are horrendous and corruption problems requiring delete/reinstall of the app are not uncommon.
Co-sign. Having to install read only databases is a waste of disk space.
I agree, I wish I could read my database directly from the app bundle.
Please implement this. I develop dictionaries and the pre-installed databases are huge! Even when zipping the files, the duplicity in space is a waste of space. Thanks!