Re: Humor me: Postgresql vs. MySql (esp. licensing)

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Humor me: Postgresql vs. MySql (esp. licensing)
Date: 2003-10-09 06:16:02
Message-ID: 20031009061602.GB8513@zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Oct 08, 2003 at 11:45:36AM -0400, Richard Welty wrote:
> On Wed, 8 Oct 2003 11:28:00 -0400 (EDT) John Wells <jb(at)sourceillustrated(dot)com> wrote:
>
> > It's my opinion that we should be using PG, because of the full ACID
> > support, and the license involved. A consultant my company hired before
> > bringing me in is pushing hard for MySql, citing speed and community
> > support, as well as ACID support.
>
> you should also cite conformity to standards. MySQL is significantly
> different from SQL standards in a number of regards. not that any are fully

I think very nice example is:

SELECT 'a' || 'b';

BTW, MySQL versions without transactions are unusable for 365/7/24
systems, because you cannot make backup of DB without transaction or
redo log.

Karel

--
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nagib Abi Fadel 2003-10-09 06:42:19 Re: Cross database foreign key workaround?
Previous Message Greg Stark 2003-10-09 05:08:37 Re: "select count(*) from contacts" is too slow!