Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 60270e5

Browse files
committed
Add more parallel query documentation.
Previously, the individual settings were documented, but there was no overall discussion of the capabilities and limitations of the feature. Add that. Patch by me, reviewed by Peter Eisentraut and Álvaro Herrera.
1 parent 2a7f4f7 commit 60270e5

File tree

4 files changed

+479
-0
lines changed

4 files changed

+479
-0
lines changed

doc/src/sgml/config.sgml

+5
Original file line numberDiff line numberDiff line change
@@ -2027,6 +2027,11 @@ include_dir 'conf.d'
20272027
as much CPU time, memory, I/O bandwidth, and so forth as a query which
20282028
uses no workers at all.
20292029
</para>
2030+
2031+
<para>
2032+
For more information on parallel query, see
2033+
<xref linkend="parallel-query">.
2034+
</para>
20302035
</listitem>
20312036
</varlistentry>
20322037

doc/src/sgml/filelist.sgml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<!ENTITY indices SYSTEM "indices.sgml">
2525
<!ENTITY json SYSTEM "json.sgml">
2626
<!ENTITY mvcc SYSTEM "mvcc.sgml">
27+
<!ENTITY parallel SYSTEM "parallel.sgml">
2728
<!ENTITY perform SYSTEM "perform.sgml">
2829
<!ENTITY queries SYSTEM "queries.sgml">
2930
<!ENTITY rangetypes SYSTEM "rangetypes.sgml">

0 commit comments

Comments
 (0)