[MXS-3537] Default value of threads is not optimal Created: 2021-05-07 Updated: 2021-05-11 Resolved: 2021-05-11 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.5 |
| Fix Version/s: | 6.0.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Using threads=auto will result in near optimal performance on almost all systems. The current default value of threads=1 is very pessimistic and changing it to auto is likely to solve existing problems without creating new ones. |