On Jun 23, 2008, at 8:53 PM, Quincey Morris wrote:
The problem is that Core Data doesn't use rows -- it doesn't have
any intrinsic ordering of objects (that's why unsorted results are
always sets, not arrays). There's no general concept of the "next"
10000 objects.
To query in chunks, you need to implement your own concept of
ordering (which may or may not be easy, depending on your
requirements).
Relationships are intrinsically unordered.
When fetching objects though, the order can be as deterministic as you
need it to be; set an appropriate sortDescriptor on the fetch request.
Jim
_______________________________________________
Cocoa-dev mailing list ([email protected])
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]