mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
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:
parent
e946ec5121
commit
1f50f29e3f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue