You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/aqo.sgml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ where <replaceable>mode</> is the name of the optimization mode to use.
137
137
</note>
138
138
<para>
139
139
Since the <literal>intelligent</literal> mode tries to learn separately for
140
-
different query types, <filename>aqo</filename> may fail to providepeformance improvements if the types of the queries in the workload are constantly changing. For such dynamic workloads, reset the <filename>aqo</filename> extension to
140
+
different query types, <filename>aqo</filename> may fail to provideperformance improvements if the types of the queries in the workload are constantly changing. For such dynamic workloads, reset the <filename>aqo</filename> extension to
141
141
the <literal>controlled</literal> mode, or try using the <literal>forced</literal> mode.
Copy file name to clipboardExpand all lines: doc/src/sgml/multimaster.sgml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@
72
72
73
73
<sect2 id="multimaster-limitations">
74
74
<title>Limitations</title>
75
-
<para>The <filename>multimaster</filename> extension takes care of the database replication in a fully automated way. You can perform write transactions on any node and work with temporary tables on each cluster nodesimultaneosly. However, make sure to take the following replication restrictions into account:</para>
75
+
<para>The <filename>multimaster</filename> extension takes care of the database replication in a fully automated way. You can perform write transactions on any node and work with temporary tables on each cluster nodesimultaneously. However, make sure to take the following replication restrictions into account:</para>
<para>By default, twobackgound workers for one-time jobs are available. These workers are not included into the <varname>schedule.max_workers</> number. Thus, one-time jobs can run in parallel with the scheduled jobs even if all the <varname>schedule.max_workers</> workers are busy.</para>
134
+
<para>By default, twobackground workers for one-time jobs are available. These workers are not included into the <varname>schedule.max_workers</> number. Thus, one-time jobs can run in parallel with the scheduled jobs even if all the <varname>schedule.max_workers</> workers are busy.</para>