summaryrefslogtreecommitdiff
path: root/lib/api/notes.rb
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-09-13 23:35:42 +0000
committerRobert Speicher <robert@gitlab.com>2016-09-13 23:35:42 +0000
commit4f6ad25b0d306c7f84ce4ec795ecd3ca9280fef3 (patch)
tree86d58a883e82e58c5d9da8d7a27d3890e412ba93 /lib/api/notes.rb
parent746bf485bc1ef7a7e46eda80ff6b450a14e5bf1d (diff)
parent4e87c02313241b1e0d36560a11014cb4b7992403 (diff)
downloadgitlab-ce-4f6ad25b0d306c7f84ce4ec795ecd3ca9280fef3.tar.gz
Move pushes_since_gc to Redis ## What does this MR do? This moves tracking of the pushes since the last Git GC to Redis to reduce DB load. ## Are there points in the code the reviewer needs to double check? Styling mostly. ## Why was this MR needed? Updating this column can lead to a lot of writes which in turn puts a lot of load on table vacuuming. For example, in the last hour alone we had 5067 UPDATEs for this column (per InfluxDB): ``` > select count(increment_pushes_since_gc_call_count) from sidekiq_transactions where time > now() - 1h; name: sidekiq_transactions -------------------------- time count 1473780996567714622 5067 ``` ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/issues/22125 See merge request !6326
Diffstat (limited to 'lib/api/notes.rb')
0 files changed, 0 insertions, 0 deletions