gitlab-org--gitlab-foss/db
Yorick Peterse 4e87c02313
Move pushes_since_gc to Redis
This moves tracking of the pushes since the last Git GC from PostgreSQL
to Redis. This reduces the number of writes on the "projects" table.
This in turn reduces the vacuuming overhead.

The lease used for incrementing the counter has been removed. This lease
was mostly put in place to prevent high database load but this isn't
needed anymore due to the counter now being stored in Redis.

Fixes gitlab-org/gitlab-ce#22125
2016-09-13 22:27:51 +02:00
..
fixtures Move and improvement comment in pipeline fixtures 2016-08-19 14:43:02 +02:00
migrate Move pushes_since_gc to Redis 2016-09-13 22:27:51 +02:00
schema.rb Move pushes_since_gc to Redis 2016-09-13 22:27:51 +02:00
seeds.rb