On 3 Oct, 2009, at 18:12, Izidor Jerebic wrote:

Extremely simplified way of describing CoreData is "easy to use database". So if you have something like a personal library application with list of books, CDs, DVDs etc. that can go into 1000s of items and application has GUI for searching, this would be natural choice for CoreData.

But not all persistent data is good choice for CoreData. If your application has few small objects (e.g. less than 100, each smaller than 10KB), and is using all of them (no searching), then simply persisting them with NSCoding protocol to a document file is probably good solution.

Hmmm, thanks for pointing that out. Although, I liked the undo idea...


--colin
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to