Re: Two simple questions regarding Core-Data
Re: Two simple questions regarding Core-Data
- Subject: Re: Two simple questions regarding Core-Data
- From: Robert Walker <email@hidden>
- Date: Fri, 4 May 2007 12:59:16 -0400
Marcus,
Again no. Fortunately when the array is retrieved all of the objects
are "faults" which means they are not loaded into memory yet and your
call to count will not cause them to load. Therefore the memory and
performance hits are negligible.
Are you sure that asking for the count would not cause the fault
representing a collection to fire? If so that's really impressive.
How would Core Data know the number of objects represented by the
fault without realizing the fault first?
--
Robert Walker
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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