Re: Postgres v MySQL 5.0

From: Brian Hurt <bhurt(at)janestcapital(dot)com>
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: Postgres v MySQL 5.0
Date: 2006-10-28 18:32:33
Message-ID: 4543A241.9020301@janestcapital.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

Robert Treat wrote:

>And of course the following is usually worth pointing people to as well.
>http://sql-info.de/mysql/gotchas.html
>
>
>

OK, this link has to be the best dang reason to use Postgres instead
I've ever seen. The combination of "Whoops, no InnoDB table support",
"Supported syntax, unsupported feature", and "Transactions on mixed
table types" strikes me as a recipie for utter diaster. Especially
considering that you can not detect the mistake (forgetting to make a
table InnoDB) until after the damage is done, and long after the mistake
was made. Transactions are like Yoda said- "Do or do not, there is no
try." Having pseudo-transactions is worse than not having any
transactions at all- they lull me into a false sense of security.
Especially if all tables are supposed to be transaction-enabled, only by
accident some aren't.

This just cements my opinion that the only purpose of having more than
one engine in a database is so that you can pick the wrong one.

Brian

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Michael Dean 2006-10-28 20:00:18 Re: Postgres v MySQL 5.0
Previous Message Paul Ramsey 2006-10-28 18:13:01 Re: Postgres v MySQL 5.0