Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
a7cd5a4a
Commit
a7cd5a4a
authored
17 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Move pl/proxy into Multi-server parallel query execution documentation
section.
parent
8db43db0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/high-availability.sgml
+2
-3
2 additions, 3 deletions
doc/src/sgml/high-availability.sgml
with
2 additions
and
3 deletions
doc/src/sgml/high-availability.sgml
+
2
−
3
View file @
a7cd5a4a
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.2
1
2007/11/0
8 22:14:18
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.2
2
2007/11/0
9 16:36:04
momjian Exp $ -->
<chapter id="high-availability">
<chapter id="high-availability">
<title>High Availability, Load Balancing, and Replication</title>
<title>High Availability, Load Balancing, and Replication</title>
...
@@ -193,7 +193,6 @@ protocol to make nodes agree on a serializable transactional order.
...
@@ -193,7 +193,6 @@ protocol to make nodes agree on a serializable transactional order.
endterm="sql-prepare-transaction-title"> and <xref
endterm="sql-prepare-transaction-title"> and <xref
linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">.
linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">.
Pgpool and Sequoia are an example of this type of replication.
Pgpool and Sequoia are an example of this type of replication.
Also, this can be implemented using the PL/Proxy toolset.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -408,7 +407,7 @@ protocol to make nodes agree on a serializable transactional order.
...
@@ -408,7 +407,7 @@ protocol to make nodes agree on a serializable transactional order.
accomplished by splitting the data among servers and having each server
accomplished by splitting the data among servers and having each server
execute its part of the query and return results to a central server
execute its part of the query and return results to a central server
where they are combined and returned to the user. Pgpool-II has this
where they are combined and returned to the user. Pgpool-II has this
capability.
capability.
Also, this can be implemented using the PL/Proxy toolset.
</para>
</para>
</chapter>
</chapter>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment