diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 56733e38e847fb10ecf7d3158edb2d25a21e9f33..69d5ebc84d2cc543735826325f8bab3fe5a4f483 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1,4 +1,4 @@ - + High Availability and Load Balancing @@ -140,14 +140,14 @@ - Query Broadcasting + Statement-Based Replication - In query broadcasting, a program intercepts every SQL query - and sends it to all servers. Each server operates independently. - Read-only queries can be sent to a single server because there - is no need for all servers to process it. + In statement-based replication, a program intercepts every SQL + query and sends it to all servers. Each server operates + independently. Read-only queries can be sent to a single server + because there is no need for all servers to process it.