Skip to content
Snippets Groups Projects
Commit 11983373 authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'docs/document-query-plans' into 'master'

Add documentation about reading query plans

See merge request gitlab-org/gitlab-ce!21199
parents 120ce02e 3d46f315
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -55,7 +55,13 @@ description: 'Learn how to contribute to GitLab.'
- [Merge request performance guidelines](merge_request_performance_guidelines.md)
for ensuring merge requests do not negatively impact GitLab performance
 
## Databases guides
## Database guides
### Tooling
- [Understanding EXPLAIN plans](understanding_explain_plans.md)
- [explain.depesz.com](https://explain.depesz.com/) for visualising the output
of `EXPLAIN`
 
### Migrations
 
Loading
Loading
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment