Store and update namespace statistics in a performant manner
… Attempt C: Get rid of the model and store the statistics on Redis We could get rid of the model that stores the statistics in aggregated form and instead use a Redis Set. This would be the boring solution and the fastest one to implement, as GitLab already includes Redis as part of its Architecture. …