https://github.com/dveeden/ti-explain
Web tool to help you understand the EXPLAIN output of the TiDB Database
https://github.com/dveeden/ti-explain
explain tidb
Last synced: 10 months ago
JSON representation
Web tool to help you understand the EXPLAIN output of the TiDB Database
- Host: GitHub
- URL: https://github.com/dveeden/ti-explain
- Owner: dveeden
- License: apache-2.0
- Created: 2022-07-05T07:37:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T16:15:48.000Z (almost 3 years ago)
- Last Synced: 2025-05-06T14:16:44.890Z (10 months ago)
- Topics: explain, tidb
- Language: TypeScript
- Homepage: https://dveeden.github.io/ti-explain/
- Size: 35.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Ti-Explain
A tool to help and explain the `EXPLAIN` and `EXPLAIN ANALYZE` output of TiDB.
Available on: [https://dveeden.github.io/ti-explain/](https://dveeden.github.io/ti-explain/).
Inspired by: [https://explain.depesz.com](https://explain.depesz.com).