Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coveragedb: it is growing too fast #5719

Open
tarasmadan opened this issue Jan 29, 2025 · 0 comments
Open

coveragedb: it is growing too fast #5719

tarasmadan opened this issue Jan 29, 2025 · 0 comments
Assignees
Labels

Comments

@tarasmadan
Copy link
Collaborator

Describe the bug
~700 sessions cost ~70GB.
1 session is a day, month or quarter aggregation.
The main contributor are the day coverage numbers.

Every namespace will generate 365 (days) + 12 (months) + 4 (quarters) sessions annually.

Expected behavior
I'd like it to grow much slower.
There are a few options (will touch days only):

  1. Stop collecting numbers for days. Focus on months and quarters.
  2. Remove line coverage data for old records. Line coverage costs a lot.
  3. Remove old day coverage sessions. For example, store day coverage for the last month only.

Option 3 looks the best to me.
Every namespace will generate 12 + 4 sessions annually.

@tarasmadan tarasmadan added the bug label Jan 29, 2025
@tarasmadan tarasmadan self-assigned this Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant