This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the performance by ridding of sending redundant requests (#24)
* Support v7.4.2 * Changed the route for the request of the DSL format response (to support sql-plugin v1.4) * Support to send out request to get specific response format (dsl, jdbc, csv) * Rewrote the "Run" button functionality to only send requests with endpoint of `?format=json` and `?explain, and load the result table ES raw response and explanation from the explain response. * Accordingly rewrote the download logic to send request for corresponding format if this format is requested&saved in cache for the first time.
- Loading branch information