• 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
Core Data, SQLLITE, and slow Array Operators
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Core Data, SQLLITE, and slow Array Operators


  • Subject: Core Data, SQLLITE, and slow Array Operators
  • From: email@hidden
  • Date: Thu, 26 Oct 2006 10:41:03 -0700

I have a relatively simple Core Data application that stores data in SQLLite format. Bindings are also used. Everything works fine except when I use any array operators on the data after the data have been read from disk. If I start with an empty data store, and populate it with about 1,000 records using NSEntityDescription insertNewObjectForEntityForName, the array operator calculations are performed almost instantly. If I then quit the app and reopen it so that the data are read back in, the same array operators on the same data takes about 45 minutes (yes, minutes) to calculate the same values. Why could possibly be slowing down the calculations of the array operators working on the exact same data? Any help would be appreciated.
Thanks,
Bill


_______________________________________________
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


  • Follow-Ups:
    • Re: Core Data, SQLLITE, and slow Array Operators
      • From: Diederik Hoogenboom <email@hidden>
  • Prev by Date: RE: Help with objectiveC and soap using WSCore
  • Next by Date: Re: Leopard Early Starter Kit - sth worth paying for?
  • Previous by thread: Re: Newbie Problem with KVC compliance
  • Next by thread: Re: Core Data, SQLLITE, and slow Array Operators
  • Index(es):
    • Date
    • Thread