Skip to content

Commit

Permalink
fix: estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
karanpratapsingh committed Jan 12, 2023
1 parent 771bc07 commit 20ea643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4087,7 +4087,7 @@ $$
2 \space billion \times 100 \space bytes = \sim 200 \space GB/day
$$

As per our requirements, we also know that around 5 percent of our daily messages (100 million) are media files. If we assume each file is 50 KB on average, we will require 10 TB of storage every day.
As per our requirements, we also know that around 5 percent of our daily messages (100 million) are media files. If we assume each file is 100 KB on average, we will require 10 TB of storage every day.

$$
100 \space million \times 100 \space KB = 10 \space TB/day
Expand Down Expand Up @@ -4476,7 +4476,7 @@ $$
We also know that around 10 percent of our daily messages (100 million) are media files per our requirements. If we assume each file is 50 KB on average, we will require 5 TB of storage every day.

$$
100 \space million \times 100 \space KB = 5 \space TB/day
100 \space million \times 50 \space KB = 5 \space TB/day
$$

And for 10 years, we will require about 19 PB of storage.
Expand Down

0 comments on commit 20ea643

Please sign in to comment.