Data Storage Growth Calculator
Size and monthly cost projected to five years, with compression, indexes, replicas and retention applied.
Loading the tool…
How to use this tool
- Set rows per day and an average row size. A size can be written as 480 bytes, 1.2 KB or 1.2 KiB.
- Add the compression ratio, index overhead and replica count your platform actually applies.
- Add a retention window. Without one the projection grows forever, which is itself the finding.
- Select Project growth, and read the row where the note says retention has kicked in — that is the steady-state size.
What storage growth calculator does
Rows times bytes times days is the estimate everyone does in their head, and it is wrong by a factor of three or four in either direction. Compression pulls it down, indexes push it back up by roughly a third, replication multiplies whatever is left, and retention is the only thing that stops the total climbing forever.
All four are applied here and each is reported separately, so you can see which one is actually driving the number. The single most useful output is usually not the five-year total but the steady state: with a retention window set, the table stops growing at a size you can name, and a design that has no such number is the finding rather than the total.