diff options
author | Lucas Charles <me@lucascharles.me> | 2019-06-07 01:00:36 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-06-07 01:00:36 +0000 |
commit | d3ff1e07e230812af98fa1d84ba750dc540c57fc (patch) | |
tree | 4840ccde23cb52f328009de931439ff813a81a1a /doc/development/understanding_explain_plans.md | |
parent | 02aee27058eac8e111db09093fd39b1e1eedb848 (diff) | |
download | gitlab-ce-d3ff1e07e230812af98fa1d84ba750dc540c57fc.tar.gz |
Add section to dev docs on accessing chatops
closes 62127
Diffstat (limited to 'doc/development/understanding_explain_plans.md')
-rw-r--r-- | doc/development/understanding_explain_plans.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/development/understanding_explain_plans.md b/doc/development/understanding_explain_plans.md index 2ef8b3148e4..bfbb7be70e3 100644 --- a/doc/development/understanding_explain_plans.md +++ b/doc/development/understanding_explain_plans.md @@ -654,6 +654,7 @@ and related tools such as: - <https://explain.depesz.com/> - <http://tatiyants.com/postgres-query-plan-visualization/> + ## Producing query plans There are a few ways to get the output of a query plan. Of course you @@ -683,9 +684,9 @@ Execution time: 0.113 ms ### Chatops -GitLab employees can also use our chatops solution, available in Slack using the -`/chatops` slash command. You can use chatops to get a query plan by running the -following: +[GitLab employees can also use our chatops solution, available in Slack using the +`/chatops` slash command](chatops_on_gitlabcom.md). +You can use chatops to get a query plan by running the following: ``` /chatops run explain SELECT COUNT(*) FROM projects WHERE visibility_level IN (0, 20) |