Re: MySQL has transactions

From: "Joseph N(dot) Hall" <" <heard_it_on_the_internet> "(at)5sigma(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: MySQL has transactions
Date: 2001-01-24 05:19:12
Message-ID: 3A6E65D0.624A6985@5sigma.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John Frank 2001-01-24 05:27:54 Out of overflow pages. Out of luck.
Previous Message Thomas T. Thai 2001-01-24 05:01:05 import and foreign keys

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-01-24 05:23:37 Re: beta4 ... almost time to wrap one ...
Previous Message Tom Lane 2001-01-24 05:12:00 Re: beta4 ... almost time to wrap one ...