Skip to content

Reduce the query timing to 1 seconds

Alper Akgun requested to merge aa-reduce-query-timing-to-1-s into master

What does this MR do?

Updates documentation to suggest any query timing to be below 1 seconds.

  • Currently Gitlab.com has a statement timeout of 15s
  • we could have each query in a batch or in any context to be below 1s with a warm cache
  • In pessimistic scenarios of cold cache, locks etc it will perform worse

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Phil Calder

Merge request reports