What are Indexes in the Xcode Core-Data data model inspector

前端 未结 3 1982
野的像风
野的像风 2021-02-12 10:54

In Xcode you can add \"Indexes\" for an entity in the data model inspector.

\"Xcode

3条回答
  •  时光取名叫无心
    2021-02-12 11:37

    Use the Indexes list to add compound indexes to the entity. A compound index is an index that spans multiple attributes or relationships. A compound index can make searching faster. The names of attributes and relationships in your data model are the most common indexes. You must use the SQLite store to use compound indexes.

提交回复
热议问题