Re: Subplan result caching - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Subplan result caching
Date
Msg-id 9319677f-2e89-1980-5c0f-860a42d159bd@2ndquadrant.com
Whole thread Raw
In response to Subplan result caching  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
On 23.05.18 11:31, Heikki Linnakangas wrote:
> I've been working on a patch to add a little cache to SubPlans, to speed 
> up queries with correlated subqueries, where the same subquery is 
> currently executed multiple times with the same parameters. The idea is 
> to cache the result of the subplan, with the correlation vars as the 
> cache key.

It looks like this patch might be "returned with feedback" for the moment?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Commitfest 2018-07 is underway
Next
From: Peter Eisentraut
Date:
Subject: Re: location reporting in TAP test failures