docs: understand your setup size fix formula

Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
(cherry picked from commit 115ac7d0d7)
This commit is contained in:
Artem Navoiev 2024-11-06 12:29:50 +01:00 committed by hagen1778
parent e946ec5121
commit 1f50f29e3f
No known key found for this signature in database
GPG key ID: E92986095E0DD614

View file

@ -76,7 +76,7 @@ The typical distribution between light vs heavy queries is 80%:20%. So when you
### Retention Period/Disk Space
The Retention Period is the number of days or months you store the metrics. It affects the disk space. The formula for calculating required disk space is **Replication Factor * Datapoint Size * Ingestion rate * Retention Period in Seconds + Free Space for Merges (20%) + 1 Retention Cycle**.
The Retention Period is the number of days or months you store the metrics. It affects the disk space. The formula for calculating required disk space is **Replication Factor * Datapoint Size * Ingestion rate * (Retention Period in Seconds +1 Retention Cycle(day or month)) * Free Space for Merges (20%) **.
The Retention Cycle is one day or one month. If the retention period is higher than 30 days cycle is a month; otherwise day.