• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: CoreData and 2GB+ files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CoreData and 2GB+ files


  • Subject: Re: CoreData and 2GB+ files
  • From: Bill Bumgarner <email@hidden>
  • Date: Tue, 19 Jul 2005 10:54:23 -0700

On Jul 18, 2005, at 11:48 PM, justin webster wrote:
excuse my ignorance,
I haven't yet moved to Tiger and Xcode 2 but I'm wondering if there is a way of dealing with 2GB+ files using CoreData.


is there a 64bit version of NSData or something?

Technically, you could shove a 2GB+ hunk of data into managed object contained within SQLite based store.


But you really, really don't want to do that. It is going to be horrendously inefficient and likely quite slow.

Keep the 2GB+ files on disk and shove URLs/paths into the attributes of your managed objects. Keep the whole thing in a folder, put an extension on it and treat it like a document, if you want.

b.bum

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >CoreData and 2GB+ files (From: justin webster <email@hidden>)

  • Prev by Date: Custom ordered table - core data - array controller
  • Next by Date: NSToolbar sometimes does not appear
  • Previous by thread: CoreData and 2GB+ files
  • Next by thread: Scroll behavior at TextView bottom?
  • Index(es):
    • Date
    • Thread