Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
9b2c14cf
Commit
9b2c14cf
authored
Jun 22, 2010
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor markup improvements for Hot Standby documentation.
parent
2e8a832d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
19 deletions
+19
-19
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+9
-9
doc/src/sgml/high-availability.sgml
doc/src/sgml/high-availability.sgml
+10
-10
No files found.
doc/src/sgml/config.sgml
View file @
9b2c14cf
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.28
1 2010/06/15 07:52:10 itagaki
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.28
2 2010/06/22 02:57:49 rhaas
Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
...
...
@@ -1977,14 +1977,14 @@ SET ENABLE_SEQSCAN TO OFF;
<acronym>HOT</> updates will defer cleanup of dead row versions. The
default is 0 transactions, meaning that dead row versions will be
removed as soon as possible. You may wish to set this to a non-zero
value when planning or maintaining a
<xref linkend="hot-standby">
configuration. The recommended value is <literal>0</> unless you have
clear reason to increase it. The purpose of the parameter is to
allow the user to specify an approximate time delay before cleanup
occurs. However, it should be noted that there is no direct link with
any specific time delay and so the results will be application and
installation specific, as well as variable over time, depending upon
the transaction rate (of writes only).
value when planning or maintaining a
Hot Standby connection, as
described in <xref linkend="hot-standby">. The recommended value is
<literal>0</> unless you have clear reason to increase it. The purpose
of the parameter is to allow the user to specify an approximate time
delay before cleanup occurs. However, it should be noted that there is
no direct link with any specific time delay and so the results will be
application and installation specific, as well as variable over time,
depending upon
the transaction rate (of writes only).
</para>
</listitem>
</varlistentry>
...
...
doc/src/sgml/high-availability.sgml
View file @
9b2c14cf
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.7
3 2010/06/11 10:13:08 heikki
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.7
4 2010/06/22 02:57:50 rhaas
Exp $ -->
<chapter id="high-availability">
<title>High Availability, Load Balancing, and Replication</title>
...
...
@@ -1330,7 +1330,7 @@ if (!triggered)
</listitem>
<listitem>
<para>
LISTEN, UNLISTEN, NOTIFY
<command>LISTEN</>, <command>UNLISTEN</>, <command>NOTIFY</>
</para>
</listitem>
</itemizedlist>
...
...
@@ -1437,14 +1437,14 @@ if (!triggered)
Some WAL redo actions will be for <acronym>DDL</> execution. These DDL
actions are replaying changes that have already committed on the primary
node, so they must not fail on the standby node. These DDL locks take
priority and will automatically
*cancel* any read-only transactions that
get in their way, after a grace period. This is similar to the possibility
of being canceled by the deadlock detector. But in this case, the standby
recovery process always wins, since the replayed actions must not fail.
This also ensures that replication does not fall behind while waiting for a
query to complete. This prioritization presumes that the standby exists
primarily for high availability, and that adjusting the grace period
will allow a sufficient guard against unexpected cancellation.
priority and will automatically
<emphasis>cancel</> any read-only
transactions that get in their way, after a grace period. This is similar
to the possibility of being canceled by the deadlock detector. But in this
case, the standby recovery process always wins, since the replayed actions
must not fail. This also ensures that replication does not fall behind
while waiting for a query to complete. This prioritization presumes that
the standby exists primarily for high availability, and that adjusting the
grace period
will allow a sufficient guard against unexpected cancellation.
</para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment