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
c74d3ace
Commit
c74d3ace
authored
Mar 07, 2011
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Synchronous replication doc corrections.
Thom Brown
parent
7193a90f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+1
-1
doc/src/sgml/high-availability.sgml
doc/src/sgml/high-availability.sgml
+3
-6
No files found.
doc/src/sgml/config.sgml
View file @
c74d3ace
...
@@ -2092,7 +2092,7 @@ SET ENABLE_SEQSCAN TO OFF;
...
@@ -2092,7 +2092,7 @@ SET ENABLE_SEQSCAN TO OFF;
</para>
</para>
<para>
<para>
If a standby is removed from the list of servers then it will stop
If a standby is removed from the list of servers then it will stop
being the synchronous standby, allowing another to take it
'
s place.
being the synchronous standby, allowing another to take its place.
If the list is empty, synchronous replication will not be
If the list is empty, synchronous replication will not be
possible, whatever the setting of <varname>synchronous_replication</>,
possible, whatever the setting of <varname>synchronous_replication</>,
however, already waiting commits will continue to wait.
however, already waiting commits will continue to wait.
...
...
doc/src/sgml/high-availability.sgml
View file @
c74d3ace
...
@@ -927,7 +927,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
...
@@ -927,7 +927,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
<para>
<para>
All parameters have useful default values, so we can enable
All parameters have useful default values, so we can enable
synchronous replication easily just by setting this on the primary
synchronous replication easily just by setting this on the primary
:
<programlisting>
<programlisting>
synchronous_replication = on
synchronous_replication = on
...
@@ -938,7 +938,7 @@ synchronous_replication = on
...
@@ -938,7 +938,7 @@ synchronous_replication = on
even if that takes a very long time.
even if that takes a very long time.
<varname>synchronous_replication</> can be set by individual
<varname>synchronous_replication</> can be set by individual
users, so can be configured in the configuration file, for particular
users, so can be configured in the configuration file, for particular
users or databases, or dynamically by applications
programs
.
users or databases, or dynamically by applications.
</para>
</para>
<para>
<para>
...
@@ -1008,9 +1008,6 @@ synchronous_replication = on
...
@@ -1008,9 +1008,6 @@ synchronous_replication = on
<para>
<para>
You should consider that the network bandwidth must be higher than
You should consider that the network bandwidth must be higher than
the rate of generation of WAL data.
the rate of generation of WAL data.
10% of changes are important customer details, while
90% of changes are less important data that the business can more
easily survive if it is lost, such as chat messages between users.
</para>
</para>
</sect3>
</sect3>
...
@@ -1019,7 +1016,7 @@ synchronous_replication = on
...
@@ -1019,7 +1016,7 @@ synchronous_replication = on
<title>Planning for High Availability</title>
<title>Planning for High Availability</title>
<para>
<para>
Commits made when synchronous_replication is set will wait until
at
Commits made when synchronous_replication is set will wait until
the sync standby responds. The response may never occur if the last,
the sync standby responds. The response may never occur if the last,
or only, standby should crash.
or only, standby should crash.
</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