Re: Parallel sec scan in plpgsql - Mailing list pgsql-hackers

From Ashutosh Bapat
Subject Re: Parallel sec scan in plpgsql
Date
Msg-id CAFjFpRc9W6__zPNkwr-4sczGbPHD4w5YJ3wv3hOBQ8Y+v+SN7g@mail.gmail.com
Whole thread Raw
In response to Parallel sec scan in plpgsql  (Alex Ignatov <a.ignatov@postgrespro.ru>)
Responses Re: Parallel sec scan in plpgsql
List pgsql-hackers
On Thu, Sep 15, 2016 at 9:15 PM, Alex Ignatov <a.ignatov@postgrespro.ru> wrote:
> Hello!
> Does parallel secscan works in plpgsql?
>

Parallel seq scan is a query optimization that will work independent
of the source of the query - i.e whether it comes directly from a
client or a procedural language like plpgsql. So, I guess, answer to
your question is yes. If you are expecting something else, more
context will help.

-- 
Best Wishes,
Ashutosh Bapat
EnterpriseDB Corporation
The Postgres Database Company



pgsql-hackers by date:

Previous
From: Pavan Deolasee
Date:
Subject: Re: Vacuum: allow usage of more than 1GB of work mem
Next
From: Pavan Deolasee
Date:
Subject: Re: Vacuum: allow usage of more than 1GB of work mem