gitlab-org--gitlab-foss/changelogs/unreleased/sh-cache-feature-flag-names.yml
Stan Hu 1b0c71ef84 Cache feature flag names in Redis for a minute
We saw on GitLab.com, the SQL query, `SELECT "features"."key" FROM
"features"` peaked at 2300 times per second.

We can quiet this down a bit by caching it in Redis for a minute.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63435
2019-06-18 13:59:18 -07:00

5 lines
105 B
YAML

---
title: Cache feature flag names in Redis for a minute
merge_request: 29816
author:
type: performance