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:
@ -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
|
slaves. If the transaction tries to modify a row, it is migrated to the master
|
||||||
and rolled back on the slave.
|
and rolled back on the slave.
|
||||||
|
|
||||||
#### 'Adaptive Routing'
|
#### Adaptive Routing
|
||||||
A new load balancing method. Server load conditions are proxied by measuring
|
|
||||||
query response times for each server.
|
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
|
### MaxCtrl
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user