Skip to content

Use approximate counts for big tables

Jan Provaznik requested to merge usage-count into master

What does this MR do?

Getting number of records for some tables may be too expensive and it may time out, for usage data it's fine to use approximate counts.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51097

Does this MR meet the acceptance criteria?

Edited by Jan Provaznik

Merge request reports