projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f2bf7
)
Fix typo.
author
Tatsuo Ishii
<ishii@postgresql.org>
Fri, 14 Oct 2016 00:03:25 +0000
(09:03 +0900)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Fri, 14 Oct 2016 00:05:46 +0000
(09:05 +0900)
Confirmed by Michael Paquier.
doc/src/sgml/parallel.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/parallel.sgml
b/doc/src/sgml/parallel.sgml
index 7f8e902dc23a302e4e98f8dba0638790ffc42b15..02173dabebf106235fb28907bd94f5f264ce86ae 100644
(file)
--- a/
doc/src/sgml/parallel.sgml
+++ b/
doc/src/sgml/parallel.sgml
@@
-339,7
+339,7
@@
EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
<para>
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
distributed between all plan nodes and more generally in understanding the
performance characteristics of the plan.