Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.51 KB

S3_Optimizing_Performance.md

File metadata and controls

26 lines (20 loc) · 1.51 KB

Optimizing S3 Performance

Features Standard Multipart
Size 5 GB 5 TB
Multithreading* No Yes

* Multithreading helps maximize the bandwidth used to upload and decreases the impact to the network by reducing the size of the restart domains, it breaks the upload into smaller parts. It is akin to windowing.

  • Partitions and Object Naming:
    • Remember, no true folders.
    • S3 allows a mix of 3500 write TPS and 5500 read TPS per partition.
    • If you don't need to achieve these results, don't worry about object naming in the bucket.
    • Prefixes determine the partitioning of objects in a bucket.