mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Fix typo.
Confirmed by Michael Paquier.
This commit is contained in:
parent
81e82a2bd4
commit
13d3180fd1
@ -339,7 +339,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
When executing a parallel plan, you can use <literal>EXPLAIN (ANALYZE,
|
When executing a parallel plan, you can use <literal>EXPLAIN (ANALYZE,
|
||||||
VERBOSE)</literal> will display per-worker statistics for each plan node.
|
VERBOSE)</literal> to display per-worker statistics for each plan node.
|
||||||
This may be useful in determining whether the work is being evenly
|
This may be useful in determining whether the work is being evenly
|
||||||
distributed between all plan nodes and more generally in understanding the
|
distributed between all plan nodes and more generally in understanding the
|
||||||
performance characteristics of the plan.
|
performance characteristics of the plan.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user