Re: Core Data 4GB limit (SQLite backend)?
Re: Core Data 4GB limit (SQLite backend)?
- Subject: Re: Core Data 4GB limit (SQLite backend)?
- From: Michael Kussmaul <email@hidden>
- Date: Tue, 25 Jul 2006 12:52:30 +0200
It looks like, the limit is not in Core Data but in SQLite itself.
If directly access the large db using the "sqlite3" command-line tool
and e.g. try to add an index or manually add more entries, I receive
the same "disk I/O error" - so it seems despite sqlite claims to
support databases up-to 2TB it is not the case, at least not with the
version supplied in MacOSX 10.4.7.
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