Re: When exactly does a fault get fired?
Re: When exactly does a fault get fired?
- Subject: Re: When exactly does a fault get fired?
- From: Chris Hanson <email@hidden>
- Date: Sat, 18 Feb 2006 00:20:39 -0800
On Feb 17, 2006, at 10:46 PM, Chris Hanson wrote:
On Feb 17, 2006, at 8:24 PM, Andre wrote:
Thanks, I guess I could do that then. I was just worried that if I
have a huge number of 'employee' entities, then performance could
degrade... is that a concern at all?
I wouldn't worry about it. Especially with the kind of fetch I
used above and the SQLite persistent store, you should really let
the Core Data persistence stack do the heavy lifting for you. That
can mean leveraging fetch requests for filtering rather than
strictly measuring
Er, not sure what that cut-off was about. (That's what I get for
editing replies haphazardly on a Friday evening.) I was going to say:
That can mean leveraging fetch requests for filtering rather than
traversing relationships and then filtering them yourself, and
measuring your performance in real-world situations to determine
whether and where you might need to do things differently.
-- Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden