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 のモデル エディターには、これらのインデックス付きチェックボックスがあります。それは何をするためのものか?
属性は索引付けされます。これでより迅速な検索を実行でき、この後に順序付けされます。これと組み合わせることで、nsfetchrequest ははるかに高速になります。