Re: plan_rows confusion with parallel queries - Mailing list pgsql-hackers

From Robert Haas
Subject Re: plan_rows confusion with parallel queries
Date
Msg-id CA+TgmoYLe6uae+a=3iqACK_K8CYdRrRO=pSbfv4Daq7yK3A0eg@mail.gmail.com
Whole thread Raw
In response to plan_rows confusion with parallel queries  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List pgsql-hackers
On Wed, Nov 2, 2016 at 2:42 PM, Tomas Vondra
<tomas.vondra@2ndquadrant.com> wrote:
> BTW is it really a good idea to use nloops to track the number of workers
> executing a given node? How will that work if once we get parallel nested
> loops and index scans?

We already have parallel nested loops with inner index scans.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: who calls InitializeTimeouts() ?
Next
From: Kuntal Ghosh
Date:
Subject: Re: WAL consistency check facility