We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155743a commit 5614857Copy full SHA for 5614857
doc/src/sgml/high-availability.sgml
@@ -188,9 +188,10 @@ protocol to make nodes agree on a serializable transactional order.
188
<para>
189
With statement-based replication middleware, a program intercepts
190
every SQL query and sends it to one or all servers. Each server
191
- operates independently. Read-write queries are sent to all servers,
192
- while read-only queries can be sent to just one server, allowing
193
- the read workload to be distributed.
+ operates independently. Read-write queries must be sent to all servers,
+ so that every server receives any changes. But read-only queries can be
+ sent to just one server, allowing the read workload to be distributed
194
+ among them.
195
</para>
196
197
0 commit comments