• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Progmatically Caching Objects from a CoreData SQLite Store?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Progmatically Caching Objects from a CoreData SQLite Store? (From: Colin Cornaby <email@hidden>)
 >Re: Progmatically Caching Objects from a CoreData SQLite Store? (From: Chris Hanson <email@hidden>)

  • Prev by Date: Mute Other Applications Audio?
  • Next by Date: Re: How to observe and bind (KVO/KVB) to a value generated at runtime...
  • Previous by thread: Re: Progmatically Caching Objects from a CoreData SQLite Store?
  • Next by thread: Re: Progmatically Caching Objects from a CoreData SQLite Store?
  • Index(es):
    • Date
    • Thread