Re: Need help figuring out poor Core Data performance

2010-01-26 Thread Sean McBride
On 1/26/10 12:15 PM, Eyal Redler said: >I'm working on a NSPersistentDocument based application. My data model >is quite simple, the main entity contains a few strings, ints and >dates and there is an array (one to many relationship) of another >simple entity. >The document window contains an NSTa

Need help figuring out poor Core Data performance

2010-01-26 Thread Eyal Redler
Hi, I'm working on a NSPersistentDocument based application. My data model is quite simple, the main entity contains a few strings, ints and dates and there is an array (one to many relationship) of another simple entity. The document window contains an NSTableView that displays all the mai