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:
Markus Mäkelä 2018-10-10 01:02:13 +03:00
parent 4d8a95d041
commit b06d9830ae
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -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