Re: Parallel Index Scans - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Parallel Index Scans
Date
Msg-id CAA4eK1KA4LwTYXZG=k3J2bA+ZOEYnz2gkyWBKgY=_q0xJRBMDw@mail.gmail.com
Whole thread Raw
In response to Re: Parallel Index Scans  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: Parallel Index Scans  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Re: [HACKERS] Parallel Index Scans  (Anastasia Lubennikova <lubennikovaav@gmail.com>)
List pgsql-hackers
On Sat, Oct 22, 2016 at 9:07 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
> On Fri, Oct 21, 2016 at 10:55 PM, Robert Haas <robertmhaas@gmail.com> wrote:

I have rebased the patch (parallel_index_scan_v2) based on latest
commit e8ac886c (condition variables).  I have removed the usage of
ConditionVariablePrepareToSleep as that is is no longer mandatory.  I
have also updated docs for wait event introduced by this patch (thanks
to Dilip for noticing it).  There is no change in
parallel_index_opt_exec_support patch, but just attaching here for
easier reference.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: confusing checkpoint_flush_after / bgwriter_flush_after
Next
From: Amit Kapila
Date:
Subject: Re: make default TABLESPACE belong to target table.