• 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: CoreData - large data set is slow to load on app launch - optimisation tips?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CoreData - large data set is slow to load on app launch - optimisation tips?


  • Subject: Re: CoreData - large data set is slow to load on app launch - optimisation tips?
  • From: Todd Ransom <email@hidden>
  • Date: Sat, 3 Dec 2005 13:27:14 -0700

I have not messed with CD but I had the same problem in a document app that used bindings. The problem is that the data will be loaded into bound UI elements before the window displays, which leaves you with a spinning beach ball and no way to notify the user of loading progress.

The best solution I found was to load a progress indicator to inform the user of what is going on, then programmatically bind your UI elements. You could also ditch bindings for a datasource where you have more control over optimization.

Todd Ransom
Return Self Software
http://returnself.com


On 12/3/05 7:01 PM, "Simon Liu" <email@hidden> wrote:

Hi,

My app's single SQL store contains over 5,000 instances of an entity,
each with an associated image (jpeg data). There are also other
entities, relationships, etc. The SQL store comes in at around 80MB.

_______________________________________________
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: 
 >Re: CoreData - large data set is slow to load on app launch - optimisation tips? (From: Ruslan Zasukhin <email@hidden>)

  • Prev by Date: Re: CoreData - large data set is slow to load on app launch - optimisation tips?
  • Next by Date: Re: CoreData - large data set is slow to load on app launch - optimisation tips?
  • Previous by thread: Re: CoreData - large data set is slow to load on app launch - optimisation tips?
  • Next by thread: Re: CoreData - large data set is slow to load on app launch - optimisation tips?
  • Index(es):
    • Date
    • Thread