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

后端 未结 11 1686
没有蜡笔的小新
没有蜡笔的小新 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:02

    Have you tried typing the "vacuum" command to make sure you don't have extra space in the db you forgot to reclame?

提交回复
热议问题