Commit 98da486f authored by Tan Le's avatar Tan Le Committed by Mike Jang

Add alternative SQL EXPLAIN tool to doc

parent c1b6b7c9
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
## Tooling ## Tooling
- [Understanding EXPLAIN plans](../understanding_explain_plans.md) - [Understanding EXPLAIN plans](../understanding_explain_plans.md)
- [explain.depesz.com](https://explain.depesz.com/) for visualizing the output - [explain.depesz.com](https://explain.depesz.com/) or [explain.dalibo.com](https://explain.dalibo.com/) for visualizing the output of `EXPLAIN`
of `EXPLAIN`
- [pgFormatter](http://sqlformat.darold.net/) a PostgreSQL SQL syntax beautifier - [pgFormatter](http://sqlformat.darold.net/) a PostgreSQL SQL syntax beautifier
## Migrations ## Migrations
......
...@@ -657,7 +657,7 @@ different queries. The only _rule_ is that you _must always measure_ your query ...@@ -657,7 +657,7 @@ different queries. The only _rule_ is that you _must always measure_ your query
and related tools such as: and related tools such as:
- [`explain.depesz.com`](https://explain.depesz.com/). - [`explain.depesz.com`](https://explain.depesz.com/).
- [Pev](http://tatiyants.com/postgres-query-plan-visualization/). - [`explain.dalibo.com/`](https://explain.dalibo.com/).
## Producing query plans ## Producing query plans
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment