Re: Parallel Index Scans - Mailing list pgsql-hackers

From Haribabu Kommi
Subject Re: Parallel Index Scans
Date
Msg-id CAJrrPGfMM4egYj_R-=1ptk2Ut_KB3pMNzcKYnq+QQ7CPLgN_sA@mail.gmail.com
Whole thread Raw
In response to Re: Parallel Index Scans  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: [HACKERS] Parallel Index Scans  (Rafia Sabih <rafia.sabih@enterprisedb.com>)
List pgsql-hackers


On Sat, Nov 26, 2016 at 10:35 PM, Amit Kapila <amit.kapila16@gmail.com> wrote:
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.


Moved to next CF with "needs review" status.

Regards,
Hari Babu
Fujitsu Australia

pgsql-hackers by date:

Previous
From: Haribabu Kommi
Date:
Subject: Re: PoC: Partial sort
Next
From: Haribabu Kommi
Date:
Subject: Re: Parallel tuplesort (for parallel B-Tree index creation)