Re: Decide between Postgresql and Mysql (help of comunity) - Mailing list pgsql-performance

From Vivek Khera
Subject Re: Decide between Postgresql and Mysql (help of comunity)
Date
Msg-id 6EECBE15-976E-4E39-9022-D52C3F6DD88D@khera.org
Whole thread Raw
In response to Re: Decide between Postgresql and Mysql (help of comunity)  (Madison Kelly <linux@alteeve.com>)
List pgsql-performance
On Mar 28, 2006, at 1:57 PM, Madison Kelly wrote:

>   From what I understand, PostgreSQL is designed with stability and
> reliability as key tenants. MySQL favors performance and ease of
> use. An

 From my point of view, mysql favors single-user performance over all
else.  Get into multiple updaters and you are competing for table
locks all the time.  Postgres works much better with multiple clients
writing to it.


pgsql-performance by date:

Previous
From: george young
Date:
Subject: Re: simple join uses indexes, very slow
Next
From: Vivek Khera
Date:
Subject: Re: Decide between Postgresql and Mysql (help of