Re: A cache for the results of queries ? - Mailing list pgsql-performance

From Richard Huxton
Subject Re: A cache for the results of queries ?
Date
Msg-id 200402261426.00730.dev@archonet.com
Whole thread Raw
In response to A cache for the results of queries ?  (David Pradier <dpradier@apartia.fr>)
List 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 by date:

Previous
From: David Pradier
Date:
Subject: A cache for the results of queries ?
Next
From: "scott.marlowe"
Date:
Subject: Re: A cache for the results of queries ?