Commit 8e91088d authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'clarify_developing_testing_usage_documentation' into 'master'

Clarify the 1 second requirement is for a cold database_lab run

See merge request gitlab-org/gitlab!35766
parents c19467f2 2e4e4bcd
...@@ -299,7 +299,7 @@ Paste the SQL query into `#database-lab` to see how the query performs at scale. ...@@ -299,7 +299,7 @@ Paste the SQL query into `#database-lab` to see how the query performs at scale.
- `#database-lab` is a Slack channel which uses a production-sized environment to test your queries. - `#database-lab` is a Slack channel which uses a production-sized environment to test your queries.
- GitLab.com’s production database has a 15 second timeout. - GitLab.com’s production database has a 15 second timeout.
- For each query we require an execution time of under 1 second due to cold caches which can 10x this time. - Any single query must stay below 1 second execution time with cold caches.
- Add a specialized index on columns involved to reduce the execution time. - Add a specialized index on columns involved to reduce the execution time.
In order to have an understanding of the query's execution we add in the MR description the following information: In order to have an understanding of the query's execution we add in the MR description the following information:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment