Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b03135

Browse files
committed
New async/sync multi-master headings for docs.
1 parentffa0e8f commit3b03135

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/2203:44:52 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.10 2006/11/2204: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-MasterClustering</term>
187+
<term>Multi-MasterReplication</term>
188188
<listitem>
189189

190190
<para>
191-
Inclustering, 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+
Inmulti-master replication, each server can accept write
192+
requests, andmodified data is transmitted from the original
193+
server to everyother server before each transaction commits.
194+
Heavy writeactivity can cause excessive locking, leading to
195+
poor performance.In fact, write performance is often worse
196+
than that of a singleserver. Read requests can be sent to
197+
any server. Someimplementations use cluster-wide shared memory
198+
or shared diskto reduce the communication overhead. Clustering
199+
is best formostly read workloads, though its big advantage is
200+
that anyserver can accept write requests &mdash; there is no
201+
need topartition workloads between master and slave servers,
202+
andbecause 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)

[8]ページ先頭

©2009-2025 Movatter.jp