Re: Database Application with Obj-C
Re: Database Application with Obj-C
- Subject: Re: Database Application with Obj-C
- From: Kim Friesen <email@hidden>
- Date: Tue, 23 Dec 2003 10:42:11 -0600
Caveat : I am new to MVC and Cocoa, my thoughts come from
PeopleSoft/Oracle consulting
True, I agree with your thoughts regarding performance of current
database technology, I use Oracle everyday. But we haven't spoke of
scale at all. If we are talking about a 10-500 GB database, I wouldn't
choose anything but Oracle.
If we are talking a 10 MB - 1 GB database, do I need something of that
magnitude ?
What about a 200-300 MB inventory database for a small warehouse with
10 clients ? Would a Cocoa version of Prevayler work ?
http://www.prevayler.org/wiki.jsp On a G5 server with 8GB of RAM would
I need to worry about disk access on a database that is under 1 or 2GB
? The current PeopleSoft HR system that I am working on has a
read/write ratio of over 93% reads versus 5-7% writes.
I've briefly used EOF and think it is great, but is it overkill for
small new applications that are pure Cocoa ?
After using Cocoa, perhaps I'm being lazy but I'd like something as
easy as :
http://www.zope.org/Documentation/Articles/ZODB1
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.