Re: MySQL has transactions - Mailing list pgsql-general

From Joseph N. Hall" <
Subject Re: MySQL has transactions
Date
Msg-id 3A6E65D0.624A6985@5sigma.com
Whole thread Raw
In response to MySQL has transactions  ("David Wall" <d.wall@computer.org>)
List 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 by date:

Previous
From: "Joseph N. Hall" <"
Date:
Subject: Inserting result of query into ORDERED temporary table
Next
From: "David Wall"
Date:
Subject: Re: Re: MySQL has transactions