Skip to content

Persist postgres hll buckets in redis

What does this MR do?

This MR adds method to cache hll buckets used to calculate selected usage ping metrics. This caching will allow to calculate aggregated metrics data without need of repeating database queries.

Implements: #299322 (closed)

Does this MR meet the acceptance criteria?

Conformity

Edited by Mikołaj Wawrzyniak

Merge request reports