Re: pgsql vs mysql - Mailing list pgsql-general

From Jim C. Nasby
Subject Re: pgsql vs mysql
Date
Msg-id 20060701003017.GV17241@pervasive.com
Whole thread Raw
In response to Re: pgsql vs mysql  ("Merlin Moncure" <mmoncure@gmail.com>)
Responses Re: pgsql vs mysql
List pgsql-general
On Fri, Jun 30, 2006 at 01:07:32PM -0400, Merlin Moncure wrote:
> * mysql has decent out of the box replication that is easy to set up
> (one day I hope pg get hot PITR which is analagous feature)

Actually, PITR is in no way analagous. Try replicating something like
'INSERT INTO table SELECT random();' on MySQL and note how all the data
is different.

pgpool replication is equivalent to MySQL's replication. Or if you want
more sophisticated replication, use Slony.

BTW, anyone curious about the differences should take a look at
google:'mysql gotchas' (there's also a PostgreSQL section on that site).
See also the MySQL/PostgreSQL thread that was on this list yesterday.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

pgsql-general by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Notes on converting from MySQL 5.0.x to PostgreSQL
Next
From: Ron Johnson
Date:
Subject: Re: Notes on converting from MySQL 5.0.x to PostgreSQL