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
75fcb935
Commit
75fcb935
authored
Apr 09, 2012
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation to more clearly label the streaming replication option.
parent
8213624f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
doc/src/sgml/high-availability.sgml
doc/src/sgml/high-availability.sgml
+9
-9
No files found.
doc/src/sgml/high-availability.sgml
View file @
75fcb935
...
...
@@ -140,7 +140,7 @@ protocol to make nodes agree on a serializable transactional order.
</varlistentry>
<varlistentry>
<term>
Warm and Hot Standby Using Point-In-Time Recovery (<acronym>PITR</>)
</term>
<term>
Transaction Log Shipping
</term>
<listitem>
<para>
...
...
@@ -148,11 +148,11 @@ protocol to make nodes agree on a serializable transactional order.
stream of write-ahead log (<acronym>WAL</>)
records. If the main server fails, the standby contains
almost all of the data of the main server, and can be quickly
made the new master database server. This
is asynchronous and
can only be done for the entire database server.
made the new master database server. This
can be synchronous or
asynchronous and
can only be done for the entire database server.
</para>
<para>
A
PITR
standby server can be implemented using file-based log shipping
A standby server can be implemented using file-based log shipping
(<xref linkend="warm-standby">) or streaming replication (see
<xref linkend="streaming-replication">), or a combination of both. For
information on hot standby, see <xref linkend="hot-standby">.
...
...
@@ -291,7 +291,7 @@ protocol to make nodes agree on a serializable transactional order.
<entry>Feature</entry>
<entry>Shared Disk Failover</entry>
<entry>File System Replication</entry>
<entry>
Hot/Warm Standby Using PITR
</entry>
<entry>
Transaction Log Shipping
</entry>
<entry>Trigger-Based Master-Standby Replication</entry>
<entry>Statement-Based Replication Middleware</entry>
<entry>Asynchronous Multimaster Replication</entry>
...
...
@@ -305,7 +305,7 @@ protocol to make nodes agree on a serializable transactional order.
<entry>Most Common Implementation</entry>
<entry align="center">NAS</entry>
<entry align="center">DRBD</entry>
<entry align="center">
PITR
</entry>
<entry align="center">
Streaming Repl.
</entry>
<entry align="center">Slony</entry>
<entry align="center">pgpool-II</entry>
<entry align="center">Bucardo</entry>
...
...
@@ -360,7 +360,7 @@ protocol to make nodes agree on a serializable transactional order.
<entry>No waiting for multiple servers</entry>
<entry align="center">•</entry>
<entry align="center"></entry>
<entry align="center">
•
</entry>
<entry align="center">
with sync off
</entry>
<entry align="center">•</entry>
<entry align="center"></entry>
<entry align="center">•</entry>
...
...
@@ -371,7 +371,7 @@ protocol to make nodes agree on a serializable transactional order.
<entry>Master failure will never lose data</entry>
<entry align="center">•</entry>
<entry align="center">•</entry>
<entry align="center"></entry>
<entry align="center">
with sync on
</entry>
<entry align="center"></entry>
<entry align="center">•</entry>
<entry align="center"></entry>
...
...
@@ -382,7 +382,7 @@ protocol to make nodes agree on a serializable transactional order.
<entry>Standby accept read-only queries</entry>
<entry align="center"></entry>
<entry align="center"></entry>
<entry align="center">
Hot only
</entry>
<entry align="center">
with hot
</entry>
<entry align="center">•</entry>
<entry align="center">•</entry>
<entry align="center">•</entry>
...
...
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