Re: Early WIP/PoC for inlining CTEs - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: Early WIP/PoC for inlining CTEs
Date
Msg-id 29ce1707-0dae-ad33-8ab0-7d5226c7dfd3@proxel.se
Whole thread Raw
In response to Re: Early WIP/PoC for inlining CTEs  (Andreas Karlsson <andreas@proxel.se>)
Responses Re: Early WIP/PoC for inlining CTEs  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 1/10/19 2:28 AM, Andreas Karlsson wrote:
> Here is a new version of the patch with added tests, improved comments, 
> some minor code cleanup and most importantly slightly changed logic for 
> when we should inline.

Add ctematerialized to the JumbleExpr() in pg_stat_statements on 
suggestion from Andrew Gierth. I think that is the correct thing to do 
since it can have a major impact on performance.

Andreas

Attachment

pgsql-hackers by date:

Previous
From: Chapman Flack
Date:
Subject: Re: Allowing extensions to find out the OIDs of their member objects
Next
From: Hubert Zhang
Date:
Subject: Re: Control your disk usage in PG: Introduction to Disk Quota Extension