Skip to content

Commit 3b03135

Browse files
committed
New async/sync multi-master headings for docs.
1 parent ffa0e8f commit 3b03135

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

doc/src/sgml/high-availability.sgml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.9 2006/11/22 03:44:52 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.10 2006/11/22 04:00:19 momjian Exp $ -->
22

33
<chapter id="high-availability">
44
<title>High Availability and Load Balancing</title>
@@ -184,22 +184,22 @@ protocol to make nodes agree on a serializable transactional order.
184184
</varlistentry>
185185

186186
<varlistentry>
187-
<term>Multi-Master Clustering</term>
187+
<term>Multi-Master Replication</term>
188188
<listitem>
189189

190190
<para>
191-
In clustering, each server can accept write requests, and
192-
modified data is transmitted from the original server to every
193-
other server before each transaction commits. Heavy write
194-
activity can cause excessive locking, leading to poor performance.
195-
In fact, write performance is often worse than that of a single
196-
server. Read requests can be sent to any server. Some
197-
implementations use cluster-wide shared memory or shared disk
198-
to reduce the communication overhead. Clustering is best for
199-
mostly read workloads, though its big advantage is that any
200-
server can accept write requests &mdash; there is no need to
201-
partition workloads between master and slave servers, and
202-
because the data changes are sent from one server to another,
191+
In multi-master replication, each server can accept write
192+
requests, and modified data is transmitted from the original
193+
server to every other server before each transaction commits.
194+
Heavy write activity can cause excessive locking, leading to
195+
poor performance. In fact, write performance is often worse
196+
than that of a single server. Read requests can be sent to
197+
any server. Some implementations use cluster-wide shared memory
198+
or shared disk to reduce the communication overhead. Clustering
199+
is best for mostly read workloads, though its big advantage is
200+
that any server can accept write requests &mdash; there is no
201+
need to partition workloads between master and slave servers,
202+
and because the data changes are sent from one server to another,
203203
there is no problem with non-deterministic functions like
204204
<function>random()</>.
205205
</para>
@@ -246,7 +246,7 @@ protocol to make nodes agree on a serializable transactional order.
246246
</varlistentry>
247247

248248
<varlistentry>
249-
<term>Clustering For Parallel Query Execution</term>
249+
<term>Multi-Server Parallel Query Execution</term>
250250
<listitem>
251251

252252
<para>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy