Skip to content
Discussion options

You must be logged in to vote

Those numbers are production sizing recommendations, not a hard minimum per terabyte. Capacity and network throughput are independent: storing 1 TB does not itself create traffic. The important inputs are request rate, average object size, read/write ratio, concurrency, and whether this is a single-node or distributed erasure-coded deployment.

There are two different kinds of “overhead”:

  1. Client ↔ RustFS (S3 protocol). A 100 Mbit/s stream of object payload is still approximately 100 Mbit/s of payload on the client-facing link. HTTP headers, TLS records, TCP/IP, and S3 request metadata add overhead, but there is no fixed S3 multiplier. With large sequential objects it is normally a small …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by TristisOris
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants