Re: Postgres v MySQL 5.0

Поиск
Список
Период
Сортировка
От Brian Hurt
Тема Re: Postgres v MySQL 5.0
Дата
Msg-id 4543A241.9020301@janestcapital.com
обсуждение исходный текст
Ответ на Re: Postgres v MySQL 5.0  (Robert Treat <xzilla@users.sourceforge.net>)
Список 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


В списке pgsql-advocacy по дате отправления:

Предыдущее
От: Paul Ramsey
Дата:
Сообщение: Re: Postgres v MySQL 5.0
Следующее
От: Michael Dean
Дата:
Сообщение: Re: Postgres v MySQL 5.0