[Core Data] Difference between objectWithID: and a fetch "self IN %@", someObjectIDs ????
[Core Data] Difference between objectWithID: and a fetch "self IN %@", someObjectIDs ????
- Subject: [Core Data] Difference between objectWithID: and a fetch "self IN %@", someObjectIDs ????
- From: Aurélien Hugelé <email@hidden>
- Date: Wed, 20 May 2009 12:03:32 +0200
Hi list !
I have a subthread that sends to my main thread some objectIDs (of
objects it inserted in the same store (same PSC))
I have 2 MOCs, one per thread, sharing the same PSC (following advices
from the doc...)
In the main thread, using objectWithID: repeatedly on each objectID
sent by the subthread returns the object that was inserted in the
background thread. This is exactly what I want.
But reading from the doc, it seems that we are encouraged to use a
fetch using "self IN %@",listOfObjectIDs instead of objectWithID:
since it is faster for many objects...
Unfortunately, this fetch returns 0 results (and yes this is the
correct entity, store and moc...)
what does objectWithID: *exactly* do that a fetch does not ??
Thanks for your help.
Aurelien
Aurélien,
Objective Decision Team
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden