How would you minimize or compress Core Data sqlite file size?

后端 未结 3 1407
说谎
说谎 2021-02-15 13:05

I have a 215MB csv file which I have parsed and stored in core data wrapped in my own custom objects. The problem is my core data sqlite file is around 260MB. The csv file conta

3条回答
  •  Happy的楠姐
    2021-02-15 13:32

    How big is the sqlite file compressed? If it's satisfactorily small, the simplest thing would be to ship it compressed, then uncompress it to NSCachesDirectory.

提交回复
热议问题