Comment on Brent Simmons On switching away from Core DataComments−DenisM16ytl;dr: When operating over a small subset of a large dataset use an ORM such as Core Data, when operating over a large subset of a large dataset use direct SQL access.There are also couple of useful links in there.−Zev16yCore Data isn't an ORM, even if EOF originally was.−DenisM16yI didn't realize that, but you're right:http://stackoverflow.com/questions/523482/core-data-vs-sqlit...
Comments
tl;dr: When operating over a small subset of a large dataset use an ORM such as Core Data, when operating over a large subset of a large dataset use direct SQL access.
There are also couple of useful links in there.
Core Data isn't an ORM, even if EOF originally was.
I didn't realize that, but you're right:
http://stackoverflow.com/questions/523482/core-data-vs-sqlit...