我很奇怪。 docs果在docs中说:
Core Data automatically fires faults when necessary (when a persistent property of a fault is accessed). However, firing faults individually can be inefficient, and there are better strategies for getting data from the persistent store (see “Batch Faulting and Pre-fetching with the SQLite Store”).
NSFetchRequest有以下特点:
[fetchRequest setFetchBatchSize:20];
这是否基本上像建议那样做这种争执?
就其他人而言,错失并不意味着“陷入错误”,而是意味着“使错误变得重要”,就像“摆脱错误”。 在我看来,措辞大错,但至少在docs中是一致的;。