From: | Vivek Khera <vivek(at)khera(dot)org> |
---|---|
To: | pgsql-general General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Advantages of PostgreSQL over MySQL 5.0 |
Date: | 2006-03-22 16:53:43 |
Message-ID: | 6128D949-C0EA-4DC7-8592-54AC5F2DA222@khera.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-03-22 17:08:11 | Re: index for inet and >> (contains) function |
Previous Message | Vivek Khera | 2006-03-22 16:46:38 | Re: db sever seems to be dropping connections |