Re: Differences between postgres and mysql - Mailing list pgsql-general

From Vivek Khera
Subject Re: Differences between postgres and mysql
Date
Msg-id x7isi4kpjt.fsf@yertle.int.kciLink.com
Whole thread Raw
In response to Re: Differences between postgres and mysql  (Mike Nolan <nolan@gw.tssi.com>)
List pgsql-general
>>>>> "TL" == Tom Lane <tgl@sss.pgh.pa.us> writes:

TL> Mike Nolan <nolan@gw.tssi.com> writes:
>> MySQL's poor implementation of the 'alter table' process.

TL> Interesting you should say that, because for years we were getting beat
TL> up regularly about how poor our ALTER capabilities were compared to
TL> MySQL's.  Have we really passed them up in ALTER flexibility?  Or is
TL> there some other limitation you are thinking of?

I think we get beat up on the things you can (rather cannot) ALTER.  I
think mysql is getting beat up on how they implement the ALTER.  From
my readings earlier on this list, it seems that the entire backend
file(s) are copied upon alter, and all indexes rebuilt.  That would be
a major PITA for a large database (not that you'd have one all that
large in mysql anyhow ;-))


--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: khera@kciLink.com       Rockville, MD  +1-301-869-4449 x806
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/

pgsql-general by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: [Re] Need help with postgresql/apache/php optimisation
Next
From: "Cyril VELTER"
Date:
Subject: Prepared statements and cursors