We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):
Option 3 looks the best to me. Every namespace will generate 12 + 4 sessions annually.
The text was updated successfully, but these errors were encountered:
tarasmadan
No branches or pull requests
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):
Option 3 looks the best to me.
Every namespace will generate 12 + 4 sessions annually.
The text was updated successfully, but these errors were encountered: