Re: Core Data performance advice... creating relationships.
Re: Core Data performance advice... creating relationships.
- Subject: Re: Core Data performance advice... creating relationships.
- From: "I. Savant" <email@hidden>
- Date: Mon, 14 Jan 2008 17:12:02 -0500
> If I understand your post correctly
You know what? Scratch that. It's clear I didn't understand. :-D ...
and I had *just* sent that message to Erik about having the guts to be
wrong. ;-) I'm just leaving work, too, so I can't even blame alcohol
yet. (sigh)
Scott's shark (or Instruments) suggestion is a good one. In addition
to his "how often are you saving" question:
- Are you using garbage collection? (see its notes about creating a
bunch of short-lived objects at once)
- If you're not using garbage collection, are you at least creating
an autorelease pool and draining it every thousand objects or so?
(there was a recent post on this list regarding that very approach
with Core Data)
Hopefully this post is more helpful than my last. ;-)
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden