Re: Humor me: Postgresql vs. MySql (esp. licensing)

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: nolan(at)celery(dot)tssi(dot)com
Cc: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>, pgsql-general(at)postgresql(dot)org
Subject: Re: Humor me: Postgresql vs. MySql (esp. licensing)
Date: 2003-10-09 13:53:34
Message-ID: 20031009135334.GA17879@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Oct 09, 2003 at 08:33:12AM -0500, nolan(at)celery(dot)tssi(dot)com wrote:

> I'm not trying to be argumentative here or defending MySQL, just noting
> that a shutdown process that isn't tested can cause problems even with
> commercial databases. And as someone who has to put up with MySQL on
> occasion, I'm always looking for problem areas for the DBA.

Well, you can convert that into an argument favoring PostgreSQL. In
Postgres, no matter what shutdown procedure you use, a committed
transaction will be a committed transaction after the power comes back,
and an uncommitted transaction will still be an uncommitted transaction,
without needing lengthy rollback procedures. If commercial systems,
including MySQL, do not work the same, it is some kind of "issue".
(Just like slow aggregates are an "issue" in Postgres just because other
systems make them work fast.)

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2003-10-09 14:08:29 Re: How to delete unclosed connections?
Previous Message scott.marlowe 2003-10-09 13:43:31 Re: Humor me: Postgresql vs. MySql (esp. licensing)