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
20a88257
Commit
20a88257
authored
Nov 10, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
High availability wording fix.
parent
455fa463
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/src/sgml/high-availability.sgml
doc/src/sgml/high-availability.sgml
+7
-7
No files found.
doc/src/sgml/high-availability.sgml
View file @
20a88257
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.2
3 2007/11/10 19:14:02
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.2
4 2007/11/10 19:19:36
momjian Exp $ -->
<chapter id="high-availability">
<title>High Availability, Load Balancing, and Replication</title>
...
...
@@ -405,12 +405,12 @@ protocol to make nodes agree on a serializable transactional order.
<para>
Many of the above solutions allow multiple servers to handle multiple
queries, but none allow a single query to use multiple servers to
complete faster. This
allows multiple servers to work concurrently
on a single query. This is usually accomplished by splitting the
data among servers and having each server execute its part of the
query and return results to a central server where they are combined
a
nd returned to the user. <productname>Pgpool-II</> has this
capability. Also, this can be implemented using the
complete faster. This
solution allows multiple servers to work
concurrently on a single query. It is usually accomplished by
splitting the data among servers and having each server execute its
part of the query and return results to a central server where they
a
re combined and returned to the user. <productname>Pgpool-II</>
has this
capability. Also, this can be implemented using the
<productname>PL/Proxy</> toolset.
</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