Re: Core Data fetch performance, design pattern sought

2010-09-02 Thread Quincey Morris
On Sep 2, 2010, at 14:46, Sean McBride wrote: > I have 2 CoreData entities, Foo and Bar. Both have 'name' string > attributes. There are textfields allowing the user to rename any Foo > and any Bar. Assume no 2 Foos can have the same name; likewise for > Bars. There is a relationship between F

Core Data fetch performance, design pattern sought

2010-09-02 Thread Sean McBride
Hi all, I have 2 CoreData entities, Foo and Bar. Both have 'name' string attributes. There are textfields allowing the user to rename any Foo and any Bar. Assume no 2 Foos can have the same name; likewise for Bars. There is a relationship between Foo and Bar. I want a Foo to be related to a B