Re: Global temporary tables - Mailing list pgsql-hackers

From Konstantin Knizhnik
Subject Re: Global temporary tables
Date
Msg-id 3e88b59f-73e8-685e-4983-9026f94c57c5@postgrespro.ru
Whole thread Raw
In response to Re: Global temporary tables  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Responses Re: Global temporary tables
List pgsql-hackers

On 01.02.2020 14:49, Tomas Vondra wrote:
> Hi,
>
> this patch was marked as waiting on author since the beginning of the
> CF, most likely because it no longer applies (not sure). As there has
> been very little activity since then, I've marked it as returned with
> feedback. Feel free to re-submit an updated patch for 2020-03.
>
> This definitely does not mean the feature is not desirable, but my
> feeling is most of the discussion happens on the other thread dealing
> with global temp tables [1] so maybe we should keep just that one and
> combine the efforts.
>
> [1] https://commitfest.postgresql.org/26/2349/
>

New version of the patch with new method of GTT index construction is 
attached.
Now GTT indexes are checked before query execution and are initialized 
using AM build method.
So now GTT is supported for all indexes, including custom indexes.

-- 
Konstantin Knizhnik
Postgres Professional:http://www.postgrespro.com
The Russian Postgres Company


Attachment

pgsql-hackers by date:

Previous
From: Jesse Zhang
Date:
Subject: Re: Parallel grouping sets
Next
From: Alvaro Herrera
Date:
Subject: Re: Missing break in RelationFindReplTupleSeq