Re: CoreData, reset a persistent store
Re: CoreData, reset a persistent store
- Subject: Re: CoreData, reset a persistent store
- From: Pierre Chatelier <email@hidden>
- Date: Wed, 15 Nov 2006 19:02:57 +0100
Have you tested doing a full retrieval and deletion?
What are you calling a retrival ? A fetch ?
When core data retrieves the objects, they are in a faulted
state. As long as you do not touch any of the fields inside of the
objects they will remain faulted and take up a minimal amount of
memory.
Woah, you mean that an object remains a fault even when fetched, as
long as I do not access the attributes ? I did not understand that, I
will have a look.
Regards,
Pierre Chatelier
_______________________________________________
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