How to reduce the size of an sqlite3 database for iphone?

后端 未结 11 1690
没有蜡笔的小新
没有蜡笔的小新 2020-12-31 20:06

edit: many thanks for all the answers. Here are the results after applying the optimisations so far:

  • Switching to sorting the characters and run l
11条回答
  •  一向
    一向 (楼主)
    2020-12-31 21:09

    The creator of SQLite sells a version of SQLite that includes database compression (and encryption). This would be perfect.

提交回复
热议问题