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 存储到 sqlite 存储中的三个表中。它在删除和插入上运行缓慢。我想添加索引以提高性能,但我不知道该怎么做。请帮忙!
您可以通过Detail Pane的General 选项卡为字段设置索引。选择要添加索引的属性--->转到详细信息窗格的常规选项卡--->选中索引属性附近的复选框。