projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81e82a2
)
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:07:33 +0000
(09:07 +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 94170b770bcd9537d35a9c97b2cc4459d33cb4dd..d0b438e88958de4526ee209de01f30b17e4e78b8 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.