Re: Core Data - File Size - and Speed
Re: Core Data - File Size - and Speed
- Subject: Re: Core Data - File Size - and Speed
- From: Scott Stevenson <email@hidden>
- Date: Mon, 5 Feb 2007 00:02:46 -0800
On Feb 4, 2007, at 9:45 PM, Jonathan Schraffenberger wrote:
My main concern is that the file size of the database
will be too large (with 10,000+ words).
Also, is my idea even practical? I'd like the database
to be searchable. But would it just take too long to
search through 10,000 words?
If I'm understanding Core Data correctly, I can have
either an SQLite or XML database. Which is faster?
It really depends on how you do the searching, but 10,000 rows isn't
that much at all for SQLite or Core Data.
SQLite is definitely better for this than XML.
- Scott
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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