CoreData and RestKit performance while importing very large datasets
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am using RestKit for fetching JSON data on various endpoints (on iOS platform). There are several questions on SO which point to the same direction like that one: Importing large datasets on iPhone using CoreData But my question is still a different one, because I know, if the JSON file gets too large, I have to cut it into chunks. I'll do that! How exactly is the importing done with CoreData in RestKit. Seems that there is a parent/child contexts setup, which is very inefficient when importing large datasets in the shortest possible