[MXS-171] Allow reads on master for readwritesplit Created: 2015-05-27 Updated: 2017-12-01 Resolved: 2015-06-29 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | None |
| Fix Version/s: | 1.2.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Description |
|
Readwritesplit should be allowed to split the read load across all possible servers, including the master. This is a needed option for small clusters where each of the node is critical for reads. For example, a three node Galera cluster only uses 2 servers from the total number of 3 servers, resulting in a severe read performance impact for read-heavy applications. |
| Comments |
| Comment by markus makela [ 2015-06-29 ] |
|
Added the master_accpet_reads option which allows the master server to be used for reads. |
| Comment by Dipti Joshi (Inactive) [ 2015-07-06 ] |
|
markus makelaDid we updated configuration guide and tutorial with this new option ? |