From 7131f9028de0f70aff1cb22b80944ce46249345c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 18 Feb 2021 21:10:43 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .gitlab/issue_templates/Query Performance Investigation.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.gitlab') diff --git a/.gitlab/issue_templates/Query Performance Investigation.md b/.gitlab/issue_templates/Query Performance Investigation.md index 3f2a6361d64..ddd361e4f2f 100644 --- a/.gitlab/issue_templates/Query Performance Investigation.md +++ b/.gitlab/issue_templates/Query Performance Investigation.md @@ -1,6 +1,6 @@ ## Description -As the name implies, the purpose of the template is to detail underperforming queries for futher investigation. +As the name implies, the purpose of the template is to detail underperforming queries for further investigation. ### Steps @@ -14,8 +14,10 @@ As the name implies, the purpose of the template is to detail underperforming qu Please provide as many of these fields as possible when submitting a query performance report. -- TPS -- Duration +- Queries per second (on average or peak) +- Number of calls per second and relative to total number of calls +- Query timings (on average or peak) +- Database time relative to total database time - Source of calls (Sidekiq, WebAPI, etc) - Query ID - SQL Statement -- cgit v1.2.3