Master data is highly optimized for caching, lazy loading, and memory management.
If you use it (with SQLite storage type), especially in combination with NSFetchedResultsController, you should get better performance than you could get with SQLite yourself.
Apple worked hard to get Core Data to work well on the iPhone. My application has switched from SQLite w / FMDB to Core Data, and now it is faster and more stable with less code.
Hunter Jun 25 '09 at 18:41 2009-06-25 18:41
source share