Re: A cache for the results of queries ?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: A cache for the results of queries ?
Дата
Msg-id 200402261426.00730.dev@archonet.com
обсуждение исходный текст
Ответ на A cache for the results of queries ?  (David Pradier <dpradier@apartia.fr>)
Список pgsql-performance
On Thursday 26 February 2004 13:30, David Pradier wrote:
> Hi everybody,
>
> i'd like to know if it exists a system of cache for the results of
> queries.
>
> What i'd like to do :
>
> select whatever_things from (selection_in_cache) where special_conditions;
>
> The interesting thing would be to have a precalculated
> selection_in_cache, especially when selection_in_cache is a very long
> list of joins...

You might want to search the archives for the -sql list for a message
"Materialized View Summary" - some time this week. That's almost exactly what
you want.

--
  Richard Huxton
  Archonet Ltd

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

Предыдущее
От: David Pradier
Дата:
Сообщение: A cache for the results of queries ?
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: A cache for the results of queries ?