Core Data 4GB limit (SQLite backend)?
Core Data 4GB limit (SQLite backend)?
- Subject: Core Data 4GB limit (SQLite backend)?
- From: Michael Kussmaul <email@hidden>
- Date: Mon, 24 Jul 2006 16:18:55 +0200
Hi,
Is it possible, that Core-Data has a physical limit of 4GB for a
SQLite backend store? I have not found any information on size
limitations for Core Data and from SQLite.org it seems the db's limit
should be much higher (should be 2TB).
I run into a strange error, always when I try to save a managed-
object-context and the file-size is already at the 4GB limit:
2006-07-22 22:57:39.831 DataMiner[566] An error saving the context:
NSError "An error occurred while saving." Domain=NSCocoaError
Domain Code=134030 UserInfo={NSUnderlyingException = disk I/O error; }
I'm pretty sure, there was no disk I/O error, as I tried it on
several disks - I'm running a 32bit CPU (G4), so the process-limit is
4GB, but this should not relate to file-sizes, as HFS+ supports much
larger files (in a matter of fact, the file where I import the data
from is 6GB large)
Does, by coincidence, somebody have more knowledge on Core Data size
limitations? I could not find any hints in Apple-docs, nor this list
or any other place?
kind regards & many thanks
Michael
_______________________________________________
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