Re: Progmatically Caching Objects from a CoreData SQLite Store?
Re: Progmatically Caching Objects from a CoreData SQLite Store?
- Subject: Re: Progmatically Caching Objects from a CoreData SQLite Store?
- From: Colin Cornaby <email@hidden>
- Date: Fri, 24 Feb 2006 16:54:32 -0800
On Feb 24, 2006, at 2:13 PM, Chris Hanson wrote:
For example, if you're storing images or large amounts of text in
attributes, these should be split out into their own entity and
related to the original entity instead.
This right here was the problem. Split the binary data out into
separate entities and there has been a drastic performance increase.
I thought CoreData would load the object graph and create
representations but I didn't know it would pull each attribute when
it created the managed object (I thought that was pulled as needed).
Thanks for the pointer.
-Colin
_______________________________________________
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