Move ProcessBookkeepingService to sharded approach
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.
Showing
Please register or sign in to comment