Re: Decide between Postgresql and Mysql (help of comunity)

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: Decide between Postgresql and Mysql (help of comunity)
Дата
Msg-id 6EECBE15-976E-4E39-9022-D52C3F6DD88D@khera.org
обсуждение исходный текст
Ответ на Re: Decide between Postgresql and Mysql (help of comunity)  (Madison Kelly <linux@alteeve.com>)
Список 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 по дате отправления:

Предыдущее
От: george young
Дата:
Сообщение: Re: simple join uses indexes, very slow
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: Decide between Postgresql and Mysql (help of