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
778bb7b6
Commit
778bb7b6
authored
Nov 20, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Retitle documentation section, "Statement-Based Replication Using Middleware".
parent
b8c01d9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
doc/src/sgml/high-availability.sgml
doc/src/sgml/high-availability.sgml
+7
-6
No files found.
doc/src/sgml/high-availability.sgml
View file @
778bb7b6
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.
3 2006/11/20 21:26:22
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.
4 2006/11/20 22:07:56
momjian Exp $ -->
<chapter id="high-availability">
<title>High Availability and Load Balancing</title>
...
...
@@ -143,14 +143,15 @@
</varlistentry>
<varlistentry>
<term>Statement-Based Replication</term>
<term>Statement-Based Replication
Middleware
</term>
<listitem>
<para>
In statement-based replication, a program intercepts every SQL
query and sends it to all servers. Each server operates
independently. Read-only queries can be sent to a single server
because there is no need for all servers to process it.
With statement-based replication middleware, a program intercepts
every SQL query and sends it to all servers. Each server
operates independently. Read-only queries can be sent to a
single server because there is no need for all servers to
process it.
</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