| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On Apr 29, 2005, at 2:16 PM, mmalcolm crawford wrote:
On Apr 29, 2005, at 1:41 PM, Jim Correia wrote:
On Apr 29, 2005, at 2:37 PM, mmalcolm crawford wrote:
For example, if a Person entity should have a 'photo' attribute, then create a Photo entity with just a single attribute -- the data -- and if you care a relationship back to the Person (typically modeling relationships in both directions is a Good Thing). Then create a relationship from the Person to the Photo entity. This will mean that photo data is only loaded from the persistent store if you actually use it.
Is this true in general (or at least for SQLite stores)? Relationships are loaded on demand, but attributes are loaded when the object is?Faulting only applies to relationships (so in your example comments will be loaded along with the other attributes on fetch), and is only really relevant if you use a SQLite store since it can fetch data on an as-needed basis. The other stores -- XML and binary -- both load the whole persistent store into memory when they're accessed.
Scott
_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
| References: | |
| >Saving Images with Core Data (i.e., JPEG, TIFF, etc.) (From: Marc Blatt <email@hidden>) | |
| >Re: Saving Images with Core Data (i.e., JPEG, TIFF, etc.) (From: mmalcolm crawford <email@hidden>) | |
| >Re: Saving Images with Core Data (i.e., JPEG, TIFF, etc.) (From: Jim Correia <email@hidden>) | |
| >Re: Saving Images with Core Data (i.e., JPEG, TIFF, etc.) (From: mmalcolm crawford <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.