Re: PostgreSQL in mission-critical system

From: Doug Fields <dfields(at)pexicom(dot)com>
To: Curt Sampson <cjs(at)cynic(dot)net>
Cc: Rune Teigen <rune(dot)teigen(at)ikke-tull(dot)vision-consulting(dot)no>, pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL in mission-critical system
Date: 2002-07-13 18:31:10
Message-ID: 5.1.0.14.2.20020713142616.01f248a8@pop.pexicom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

At 06:17 AM 7/13/2002, Curt Sampson wrote:
>You should probably go with whatever database you (or your DBA)
>know best. If you don't know any, PostgreSQL is as good as any.

Actually, I'd say, if you don't know any, PostgreSQL is much better than most.

I've installed (or tried to install) these databases on Linux:

MySQL
PostgreSQL
DB2
Oracle 8i

I completely failed to get DB2 or Oracle up and running - the system
requirements, disk partitions, etc., required are nearly incomprehensible
and they don't give you any human-comprehensible documentation.

MySQL has a very complicated user/table/permissions system, but very few
tuning parameters, so it is very easy to set up. (All its other drawbacks
relative to PostgreSQL have already been discussed.)

PostgreSQL is relatively easy to set up (the hardest part is setting it up
for multiple users and remote access - but that takes only a little while
of reading the pg_hba.conf and the createuser command), but probably harder
to tune well.

So, as Curt says, if you've never run any database on Linux - do yourself a
favor and use PostgreSQL if you have any but the most simple requirements
(for which MySQL would probably suffice).

Also - PostgreSQL on Debian/Woody is super-simple to use:

$ apt-get install postgresql postgresql-dev postgresql-clients postgresql-doc
$ createdb mytest
$ psql mytest

and you're off and running.

Cheers,

Doug

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-07-13 19:27:27 Re: It is a bug in pred_test()! (Was: [SQL] Please, HELP! Why is the query plan so wrong???)
Previous Message Ewald Geschwinde 2002-07-13 17:05:08 Re: about middleware over postgreSQL....