Confirmed by Michael Paquier.
When executing a parallel plan, you can use EXPLAIN (ANALYZE,
- VERBOSE) will display per-worker statistics for each plan node.
+ VERBOSE) to display per-worker statistics for each plan node.
This may be useful in determining whether the work is being evenly
distributed between all plan nodes and more generally in understanding the
performance characteristics of the plan.