File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.7 2006/11/21 21:37 :33 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.8 2006/11/21 22:48 :33 momjian Exp $ -->
2
2
3
3
<chapter id="high-availability">
4
4
<title>High Availability and Load Balancing</title>
@@ -197,8 +197,8 @@ protocol to make nodes agree on a serializable transactional order.
197
197
is best for mostly read workloads, though its big advantage
198
198
is that any server can accept write requests — there is
199
199
no need to partition workloads between master and slave servers,
200
- and because the changes are sent from one server to another,
201
- there is not a problem with non-deterministic functions like
200
+ and because the data changes are sent from one server to another,
201
+ there is no problem with non-deterministic functions like
202
202
<function>random()</>.
203
203
</para>
204
204
You can’t perform that action at this time.
0 commit comments