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 中,瞬态属性不存储在数据库中。然而,在 Xcode 的模型编辑器中有它们的Indexed复选框。它有什么作用?
该属性将被索引,您可以对此执行更快的搜索,并在此之后对其进行排序。nsfetchrequest 与此结合起来会快得多。