Re: memcached and PostgreSQL

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: memcached and PostgreSQL
Дата
Msg-id 87y8h06gp7.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: memcached and PostgreSQL  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: memcached and PostgreSQL  (Mike Rylander <mrylander@gmail.com>)
Список pgsql-performance
Josh Berkus <josh@agliodbs.com> writes:

> So memcached becomes a very good place to stick data that's read often but not
> updated often, or alternately data that changes often but is disposable.   An
> example of the former is a user+ACL list; and example of the latter is web
> session information ... or simple materialized views.

I would like very much to use something like memcached for a materialized view
I have. The problem is that I have to join it against other tables.

I've thought about providing a SRF in postgres to read records out of
memcached but I'm unclear it would it really help at all.

Has anyone tried anything like this?

--
greg

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

Предыдущее
От: Troels Arvin
Дата:
Сообщение: Re: memcached and PostgreSQL
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: mis-estimation on data-warehouse aggregate creation