Re: Parallel Index Scans

From: Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Peter Geoghegan <pg(at)heroku(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Parallel Index Scans
Date: 2016-12-05 05:06:50
Message-ID: CAJrrPGfMM4egYj_R-=1ptk2Ut_KB3pMNzcKYnq+QQ7CPLgN_sA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Nov 26, 2016 at 10:35 PM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
wrote:

> On Sat, Oct 22, 2016 at 9:07 AM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
> wrote:
> > On Fri, Oct 21, 2016 at 10:55 PM, Robert Haas <robertmhaas(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Haribabu Kommi 2016-12-05 05:08:00 Re: Parallel tuplesort (for parallel B-Tree index creation)
Previous Message Haribabu Kommi 2016-12-05 05:04:43 Re: PoC: Partial sort