Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7b73618a
Commit
7b73618a
authored
Jun 03, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
4a614c8f
8e4f121d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
doc/development/understanding_explain_plans.md
doc/development/understanding_explain_plans.md
+9
-2
No files found.
doc/development/understanding_explain_plans.md
View file @
7b73618a
...
...
@@ -80,8 +80,9 @@ Planning time: 2.861 ms
Execution time: 3428.596 ms
```
For more information, refer to the official
[
EXPLAIN
documentation
](
https://www.postgresql.org/docs/current/static/sql-explain.html
)
.
For more information, refer to the official
[
`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
...
...
@@ -674,3 +675,9 @@ For more information about the available options, run:
```
/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/
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment