My iPhone app is running into memory issues. I have some objects that I load via Core Data all at once at startup, because I need at least some of the attributes for all of them almost all the time.

Is it possible (or does Core Data automatically do this) for attributes that aren't accessed to not actually load? For example, my entities have a "description" attributes that is rarely accessed. Will Core Data defer loading the data for that attribute until it's actually requested?

Thanks!

--
Rick

_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to