[MXS-1779] Add "EXPLAIN PLAN" to the REST-API Created: 2018-04-11 Updated: 2019-09-04 Resolved: 2019-09-04 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | New Feature | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-68, MXS-SPRINT-69 |
| Description |
|
Only to be taken as an example, EXPLAIN ROUTE <query statement> shows the routing decision made by MaxScale - The result should display - which service the query would go through which filters would be applied and query statement after each filter is applied, if the filter affects routing decision what was decision based on filter conditionc(e.g. Database firewall filter, named filter, hint filter) and query, finally which server the query would be routed to. |