Re: Need help to decide Mysql vs Postgres

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Need help to decide Mysql vs Postgres
Дата
Msg-id 26012.1118120076@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Need help to decide Mysql vs Postgres  (Ron Mayer <rm_pg@cheapcomplexdevices.com>)
Список pgsql-performance
Ron Mayer <rm_pg@cheapcomplexdevices.com> writes:
> Christopher Browne wrote:
>> There is a common "use case" where MySQL(tm) ...
>> select * from some_table where id='some primary key value';

> However this is a quite common use-case; and I wonder what the
> best practices for postgresql is for applications like that.

Setting up a prepared statement should be a noticeable win for that sort
of thing.  Also of course there are the usual tuning issues: have you
picked an appropriate shared_buffers setting, etc.

            regards, tom lane

В списке pgsql-performance по дате отправления:

Предыдущее
От: John A Meinel
Дата:
Сообщение: Re: Postgresql and Software RAID/LVM
Следующее
От: Russell Smith
Дата:
Сообщение: Re: Performance nightmare with dspam (urgent)