mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Improve description of read/write traffic scalability
Greg Smith, after a suggestion of James Bruce
This commit is contained in:
parent
155743ad31
commit
5614857096
@ -188,9 +188,10 @@ protocol to make nodes agree on a serializable transactional order.
|
|||||||
<para>
|
<para>
|
||||||
With statement-based replication middleware, a program intercepts
|
With statement-based replication middleware, a program intercepts
|
||||||
every SQL query and sends it to one or all servers. Each server
|
every SQL query and sends it to one or all servers. Each server
|
||||||
operates independently. Read-write queries are sent to all servers,
|
operates independently. Read-write queries must be sent to all servers,
|
||||||
while read-only queries can be sent to just one server, allowing
|
so that every server receives any changes. But read-only queries can be
|
||||||
the read workload to be distributed.
|
sent to just one server, allowing the read workload to be distributed
|
||||||
|
among them.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user