[MXS-4152] Schemarouter performance degrades as the number of tables increases Created: 2022-06-02 Updated: 2022-06-27 Resolved: 2022-06-03 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | schemarouter |
| Affects Version/s: | 2.5.20, 6.3.1 |
| Fix Version/s: | 2.5.21, 6.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
As the number of tables increases, the performance of the schemarouter degrades. This could be avoided by partitioning the shards by their databases and tables so that the hash lookups that were present in older versions can again be done. |