From 20b470a2e98ede359a81979a8a7a0cc92d7989b2 Mon Sep 17 00:00:00 2001 From: Andreas Brandl Date: Wed, 4 Sep 2019 20:53:05 +0200 Subject: Add issue template for query performance Relates to https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/7743#note_212379866 --- .../Database Query Performance Review.md | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .gitlab/issue_templates/Database Query Performance Review.md diff --git a/.gitlab/issue_templates/Database Query Performance Review.md b/.gitlab/issue_templates/Database Query Performance Review.md new file mode 100644 index 00000000000..a34ee687619 --- /dev/null +++ b/.gitlab/issue_templates/Database Query Performance Review.md @@ -0,0 +1,41 @@ +### Query + + + +```sql +SELECT 1 +``` + +Plan: + +### Statistics + +| | | +| --- | ------ | +| Observation range | | +| Frequency (calls per minute) | | +| Average execution time (ms) | | +| Total database time during range (s) | | + + +### Analysis + + + +### Code + + + +/label ~Database ~"Database Engineering" ~performance ~"needs investigation" +cc @gl-database -- cgit v1.2.1