Re: MySQL has transactions

Поиск
Список
Период
Сортировка
От Joseph N. Hall" <
Тема Re: MySQL has transactions
Дата
Msg-id 3A6E65D0.624A6985@5sigma.com
обсуждение исходный текст
Ответ на MySQL has transactions  ("David Wall" <d.wall@computer.org>)
Список pgsql-general
Postgresql's SQL implementation is way ahead of MySQL's relatively
stunted vocabulary.  But on the other hand, MySQL implements most
of the popular functionality.  The other thing is that MySQL is
blindingly fast and has a very uncomplicated API.

If you need real SQL and can't afford Oracle/Sybase/DB2 then the
obvious choice is Postgresql.  If you need speed and simplicity
and maximum ease of administration and maintenance, that would
be MySQL.

  -joseph

David Wall wrote:
>
> Now that MySQL has transaction support through Berkeley DB lib, and it's
> always had way more data types, what are the main advantages postgresql has
> over it?  I don't think mysql has subselects and such, but they did add a
> master-slave replication feature as well as online reorganization (perhaps
> locks tables like vacuum?).
>
> Anybody used both of the current releases who can comment?

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

Предыдущее
От: "Joseph N. Hall" <"
Дата:
Сообщение: Inserting result of query into ORDERED temporary table
Следующее
От: "David Wall"
Дата:
Сообщение: Re: Re: MySQL has transactions