• 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 Best Practices
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CoreData Best Practices


  • Subject: Re: CoreData Best Practices
  • From: John Timmer <email@hidden>
  • Date: Fri, 29 Apr 2005 19:13:11 -0400

> On Apr 29, 2005, at 3:29 PM, John Timmer wrote:
>> Stick an order key in every author, and use that to sort an array
>> created
>> out of the set.  This seems better, but commits you to having a unique
>> author instance for every place an author appears.
>
> It sounds like you need this anyway since earlier in your post you said
> there are essentially no ways of identifying when two authors are
> identical.
>
>    -- Chris


Well, as I said there, you can match author's names.  You wouldn't match
Hanson, C with Hanson, Chris even if they were the same person, but you
could match all instances of Hanson, C.  Even if they weren't the same
person, they'd be indistinguishable at this level.

I did say that I'm not sure where that would come down on the
performance/memory use equation, though.  I haven't done a multi-way search
on a managed object context with > 10000 objects yet.  Anyone know how quick
that is?

JT

_______________________________________________
This mind intentionally left blank


 _______________________________________________
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: CoreData Best Practices
      • From: Bill Bumgarner <email@hidden>
    • Re: CoreData Best Practices
      • From: Scott Stevenson <email@hidden>
References: 
 >Re: CoreData Best Practices (From: Chris Hanson <email@hidden>)

  • Prev by Date: CoreData: Single coordinator, multiple contexts?
  • Next by Date: Re: CoreData: Single coordinator, multiple contexts?
  • Previous by thread: Re: CoreData Best Practices
  • Next by thread: Re: CoreData Best Practices
  • Index(es):
    • Date
    • Thread