Re: How to prohibit parallel scan through tableam? - Mailing list pgsql-hackers

From Rafia Sabih
Subject Re: How to prohibit parallel scan through tableam?
Date
Msg-id CA+FpmFf+PVYz4t1U1iKxEbRhZtGV+FfgSx2TTnkNWrn43wvaMg@mail.gmail.com
Whole thread Raw
In response to How to prohibit parallel scan through tableam?  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
List pgsql-hackers


On Wed, 27 Nov 2019 at 12:33, Konstantin Knizhnik <k.knizhnik@postgrespro.ru> wrote:
Hi hackers,

I wonder how it is possible to prohibit parallel scan for the external
storage accessed through tableam?
For example if I want to implement specialized tableam for fast access
to temp tables, how can I inform optimizer that
parallel scan is not possible (because table data is local to the backend)?

One moment, isn't that parallel scans are already restricted for temp tables, or I have misunderstood something here...? 
 


--
Regards,
Rafia Sabih

pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: Collation versioning
Next
From: Surafel Temesgen
Date:
Subject: Re: FETCH FIRST clause WITH TIES option