Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用同步应用程序。如何“大致”打开数据库(Core Data)以执行 10,000 次操作(删除、保存等)然后关闭?
我知道现在是这样工作的:
错就改,我只会太开心
只需执行 10,000 次操作,最后保存托管对象上下文。只要确保在最后而不是在每个对象之后保存。这将大大加快进度。