Re: A cache for the results of queries ?

From: Richard Huxton <dev(at)archonet(dot)com>
To: David Pradier <dpradier(at)apartia(dot)fr>, pgsql-performance(at)postgresql(dot)org
Subject: Re: A cache for the results of queries ?
Date: 2004-02-26 14:26:00
Message-ID: 200402261426.00730.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message scott.marlowe 2004-02-26 17:15:54 Re: A cache for the results of queries ?
Previous Message David Pradier 2004-02-26 13:30:38 A cache for the results of queries ?