Re: Advantages of PostgreSQL over MySQL 5.0 - Mailing list pgsql-general

From Vivek Khera
Subject Re: Advantages of PostgreSQL over MySQL 5.0
Date
Msg-id 6128D949-C0EA-4DC7-8592-54AC5F2DA222@khera.org
Whole thread Raw
In response to Advantages of PostgreSQL over MySQL 5.0  ("Jimbo1" <jamestheboarder@googlemail.com>)
List pgsql-general
On Mar 22, 2006, at 6:06 AM, Jimbo1 wrote:

> lab (who uses MySQL to manage their terabyte data warehouse) said, "We
> chose MySQL over PostgreSQL primarily because it scales better and has
> embedded replication.".".
>

The "one size fits all" style replication.  What if it doesn't suit
your needs?  And as for scalability, I have to doubt the knowledge of
the person making that claim....

> If any PostgreSQL devotees on this group can comment on the above and
> its accuracy/inaccuracy, I'd really appreciate it.

Basically you need to decide what you need your DB to do, then decide
what kind of licensing you want, then decide which product fits your
bill.  If all you're doing is simple store/fetch then mysql will do
(heck, even SQLite will do).  If you need complex things like
triggers, foreign keys, etc. then think again about using mysql...
even if they check off those as features, you need to evaluate their
stability and speed.

pgsql-general by date:

Previous
From: Vivek Khera
Date:
Subject: Re: db sever seems to be dropping connections
Next
From: Tom Lane
Date:
Subject: Re: index for inet and >> (contains) function