diff options
author | Robert Speicher <robert@gitlab.com> | 2018-08-17 21:06:05 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2018-08-17 21:06:05 +0000 |
commit | 1198337344b4ef78136f11055b15e09a0917d855 (patch) | |
tree | 236249036fa48e30f1a79abd4e68fbda6c3949c5 /doc/development/README.md | |
parent | 120ce02e5e7e72654cb42edddc25ff3b057ec136 (diff) | |
parent | 3d46f3155ae07d566dfbc72776e0b4a3207a91fc (diff) | |
download | gitlab-ce-1198337344b4ef78136f11055b15e09a0917d855.tar.gz |
Merge branch 'docs/document-query-plans' into 'master'29398-support-kubernetes-rbac-for-gitlab-managed-apps-2
Add documentation about reading query plans
See merge request gitlab-org/gitlab-ce!21199
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index fed3903c771..ee9a9852205 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -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 |