Re: Need help to decide Mysql vs Postgres

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

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

I'm guessing the answer is PGMemcache?
(http://people.freebsd.org/~seanc/pgmemcache/pgmemcache.pdf)
... with triggers and listen/notify to manage deletes&updates
and tweaks to the application code to look to memcached for
those primary_key=constant queries?

If that is the answer, I'm curious if anyone's benchmarked
or even has qualitative "yeah, feels very fast" results for
such an application for the common mysql use case.

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Need help to decide Mysql vs Postgres
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Need help to decide Mysql vs Postgres