[MXS-4899] Make it possible to dump the query classifier cache to a file Created: 2023-12-14 Updated: 2023-12-19 |
|
| Status: | Open |
| Project: | MariaDB MaxScale |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
With maxctrl show qc_cache it is possible to get the contents of the query classifier cache. However, if the cache is large, the memory needed for doing that is quite significant. It would be much better if the content would be written to a file, as that would not carry that risk. The maxctrl show qc_cache could still remain, but return just a few items as that is riskfree and still useful in development context. |