gitlab-org--gitlab-foss/changelogs/unreleased/sh-cache-flipper-names-memory-cache.yml
Stan Hu 385aa46046 Cache Flipper persisted names directly to local memory storage
Now that application settings are no longer dominating network traffic,
we see that the Feature#persisted_names is using a significant amount of
CPU and network bandwidth for Redis. Move this cache into the
thread-local memory storage to reduce Redis overhead.
2019-07-02 07:26:27 -07:00

5 lines
121 B
YAML

---
title: Cache Flipper persisted names directly to local memory storage
merge_request: 30265
author:
type: performance