Failed to fetch fork details. Try again later.
Select Git revision
244865-fix-big-sorted-sets.yml
Forked from
GitLab.org / GitLab
Source project has a limited visibility.
-
Dmitry Gruzd authored
This change moves Elastic::ProcessBookkeepingService and Elastic::ProcessInitialBookkeepingService to using sharded zsets instead of having 1 big ZSET in redis, which often appears in redis slowlogs. The sharding code uses SHA256 as hashing function.
Dmitry Gruzd authoredThis change moves Elastic::ProcessBookkeepingService and Elastic::ProcessInitialBookkeepingService to using sharded zsets instead of having 1 big ZSET in redis, which often appears in redis slowlogs. The sharding code uses SHA256 as hashing function.