Commit 8e4f121d authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'tc-db-docs' into 'master'

Add some more database docs

See merge request gitlab-org/gitlab-ce!28784
parents 366d925d 86152509
...@@ -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