Re: Indexed Attributes in Core Data (was Validating unique objects)

2010-02-12 Thread Roland King
On 13-Feb-2010, at 12:01 PM, Jerry Krinock wrote: > > On 2010 Feb 12, at 19:06, Roland King wrote: > >> http://cocoawithlove.com/2008/03/testing-core-data-with-very-big.html > >> This guy was working on sets of 1 million objects and doing fetches with >> indexed properties was taking about 2 s

Re: Indexed Attributes in Core Data (was Validating unique objects)

2010-02-12 Thread Jerry Krinock
On 2010 Feb 12, at 19:06, Roland King wrote: > http://cocoawithlove.com/2008/03/testing-core-data-with-very-big.html > This guy was working on sets of 1 million objects and doing fetches with > indexed properties was taking about 2 seconds, vs non-indexed, 600 seconds. Damn. I never knew that