Extend ADAPTIVE_ROUTING in release notes
Added a link and made the description more uniform with the rest of the document. Also made the description slightly simpler so that it's easier to understand.
This commit is contained in:
parent
4d8a95d041
commit
b06d9830ae
@ -279,9 +279,12 @@ transactions (i.e. `START TRANSACTION` or `BEGIN`) are load balanced across
|
||||
slaves. If the transaction tries to modify a row, it is migrated to the master
|
||||
and rolled back on the slave.
|
||||
|
||||
#### 'Adaptive Routing'
|
||||
A new load balancing method. Server load conditions are proxied by measuring
|
||||
query response times for each server.
|
||||
#### Adaptive Routing
|
||||
|
||||
A new load balancing method,
|
||||
[`ADAPTIVE_ROUTING`](../Routers/ReadWriteSplit.md#slave_selection_criteria), was
|
||||
added. It uses the average query response time to distribute the load so that it
|
||||
is optimal on all servers.
|
||||
|
||||
### MaxCtrl
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user