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

From Robert Haas
Subject Re: Having query cache in core
Date
Msg-id CA+TgmobAkqOwTHuy+30oirrkif1jXiyjfOtY5NTr1wfWxTGEzA@mail.gmail.com
Whole thread Raw
In response to Having query cache in core  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Responses Re: Having query cache in core
Re: Having query cache in core
List pgsql-hackers
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.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Explain buffers wrong counter with parallel plans
Next
From: Robert Haas
Date:
Subject: Re: Built-in connection pooling