Re: Core Data troubles - not removing objects
Re: Core Data troubles - not removing objects
- Subject: Re: Core Data troubles - not removing objects
- From: Bill Bumgarner <email@hidden>
- Date: Sun, 4 Nov 2007 08:59:29 -0800
On Nov 4, 2007, at 8:37 AM, Benjámin Salánki wrote:
On Nov 3, 2007, at 11:58 PM, Ben Trumbull wrote:
My problem is, that if I include a huge amount of data like an
uncompressed image that will swell the SQLite file to 72MB,
Generally, large media files should be stored externally to the
database, and a URI and metadata for it stored in a database record.
I know, I was just testing to see if larger amounts of data would
make any difference.
Not really -- you were testing whether or not a SQLite based backing
store is appropriate for storing large BLOBs of data; it is not.
Which does nothing to answer the question as to whether or not a
SQLite based backing store is appropriate for storing large quantities
of small data values (typical non-binary fields of data); which it
very much is....
b.bum
_______________________________________________
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