Does the Fetch Request do the recommended batch faulting?
- by dontWatchMyProfile
I'm curious. Apple says in the 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…