
October 16th, 2001, 09:22 PM
|
|
DB-backed Web Developer
|
|
Join Date: May 2001
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I believe if you're going to be doing a lot of work with an RDBMS you should go with PostgreSQL. I have found it easier to set up and use than MySQL, and I find that it follows the SQL standard. More importantly PostgreSQL is fully ACID compliant, whereas MySQL is not (though it may be now, I don't know -- for more info on what ACID means, see URL and page down to where he talks about Oracle).
PostgreSQL is very easy to manage and use, and I believe it is an enterprise-capable database, whereas I would not consider MySQL to be so. I'd consider PostgreSQL to be the open source equivalent to Oracle, only better because it doesn't require a full time admin just to keep it working, and it seems to be as fast. And of course, it's cheaper. :)
Here are a few links to get you started:
URL
URL
URL
URL
URL
URL
/s.
|