Improve description of read/write traffic scalability
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 3 May 2011 14:34:27 +0000 (11:34 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 3 May 2011 14:34:27 +0000 (11:34 -0300)
Greg Smith, after a suggestion of James Bruce

doc/src/sgml/high-availability.sgml

index 5972a45555f43fe3cfec4eafc1ba43b66f9cbd3e..5bb45fea7e915f2f90131ed66286abcdd4fdfaa1 100644 (file)
@@ -188,9 +188,10 @@ protocol to make nodes agree on a serializable transactional order.
     <para>
      With statement-based replication middleware, a program intercepts
      every SQL query and sends it to one or all servers.  Each server
-     operates independently.  Read-write queries are sent to all servers,
-     while read-only queries can be sent to just one server, allowing
-     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
+     among them.
     </para>
 
     <para>