Re: Having query cache in core - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Having query cache in core
Date
Msg-id 20180507180054.gn3sqxrctn4yqq3g@alap3.anarazel.de
Whole thread Raw
In response to Re: Having query cache in core  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 2018-05-07 13:52:26 -0400, Robert Haas wrote:
> On Sun, May 6, 2018 at 10:32 PM, Tatsuo Ishii <ishii@sraoss.co.jp> wrote:
> > Does anybody think having in-memory query result cache in core is a
> > good idea? From the experience of implementing the feature in
> > Pgpool-II, I would think this is not terribly hard job. But first of
> > all I'm wondering if there's a demand for the feature.
> 
> Caching results doesn't seem very useful to me, but caching plans
> does.  I think the challenges are formidable, though.

+1

Greetings,

Andres Freund


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Built-in connection pooling
Next
From: Robert Haas
Date:
Subject: Re: Cast jsonb to numeric, int, float, bool