EXPLAIN Analyzer API
The EXPLAIN Analyzer API let applications submit EXPLAIN output to the online analyzer. It is no longer active.
Last updated
Was this helpful?
The EXPLAIN Analyzer API let applications submit EXPLAIN output to the online analyzer. It is no longer active.
EXPLAIN Analyzer is no longer active.
The online EXPLAIN Analyzer tool has an open API to allow client applications to send it EXPLAINs.
To send an EXPLAIN to the EXPLAIN Analyzer, simply POST or GET to the following address:
mariadb.org/explain_analyzer/api/1/?raw_explain=EXPLAIN&client=CLIENTReplace "EXPLAIN" with the output of the EXPLAIN command and "CLIENT" with the name of your client.
If you like, you can have a banner promoting your client appear at the bottom of the page. Once you've added support for the EXPLAIN Analyzer to your client application, just send a logo, the name of your client, and what you want the name and logo to link to bryan AT montyprogram DOT com.
CC BY-SA / Gnu FDL
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?
Was this helpful?

