Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-07-02 16:58:47 +0300
committerStan Hu <stanhu@gmail.com>2019-07-02 17:26:27 +0300
commit385aa46046ec83e6837c106576699f76e65876a7 (patch)
treeb602ce89be24b9c8f2e04f18f6ccde58f2d6ae35 /changelogs
parente07ebe66af957c46e7c69329b3ab561bb539351b (diff)
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.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-cache-flipper-names-memory-cache.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-cache-flipper-names-memory-cache.yml b/changelogs/unreleased/sh-cache-flipper-names-memory-cache.yml
new file mode 100644
index 00000000000..00443e81244
--- /dev/null
+++ b/changelogs/unreleased/sh-cache-flipper-names-memory-cache.yml
@@ -0,0 +1,5 @@
+---
+title: Cache Flipper persisted names directly to local memory storage
+merge_request: 30265
+author:
+type: performance