[MXS-2558] Loading of users is inefficient Created: 2019-06-11 Updated: 2019-06-11 Resolved: 2019-06-11 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Authenticator |
| Affects Version/s: | 2.3.7 |
| Fix Version/s: | 2.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The fact that each of the threads loads the users directly from the database instead of sharing local results is wasteful as it amplifies the use of the network and the load that is placed on the database. |
| Comments |
| Comment by markus makela [ 2019-06-11 ] |
|
Results are now shared across worker threads. |