Commit 86152509 authored by Toon Claes's avatar Toon Claes

Add some more database docs

Add a few useful links for those who want to learn more about
databases and database performance.
parent 6cb750a2
...@@ -80,8 +80,9 @@ Planning time: 2.861 ms ...@@ -80,8 +80,9 @@ Planning time: 2.861 ms
Execution time: 3428.596 ms Execution time: 3428.596 ms
``` ```
For more information, refer to the official [EXPLAIN For more information, refer to the official
documentation](https://www.postgresql.org/docs/current/static/sql-explain.html). [`EXPLAIN` documentation](https://www.postgresql.org/docs/current/sql-explain.html)
and [using `EXPLAIN` guide](https://www.postgresql.org/docs/current/using-explain.html).
## Nodes ## Nodes
...@@ -674,3 +675,9 @@ For more information about the available options, run: ...@@ -674,3 +675,9 @@ For more information about the available options, run:
``` ```
/chatops run explain --help /chatops run explain --help
``` ```
## Further reading
A more extensive guide on understanding query plans can be found in
the [presentation](https://www.dalibo.org/_media/understanding_explain.pdf)
from [Dalibo.org](https://www.dalibo.org/en/).
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