On Wed, Nov 2, 2016 at 2:42 PM, Tomas Vondra <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
