I wanted to verify if Wasabi could live up to their claims of being faster than S3 storage. You can download a copy of their benchmark report and take a look at their method and results, but I'll summarize:
- They claim lower latency for operations/higher number of operations per second than S3.
- In their testing with only 10 threads with very small objects (1MB) they claim to be 3x faster then S3
- For larger objects (10MB) they claim to achieve the same thoughput as S3.
I wasn't interested in their claims of lower latency/higher operations, I'm purely interested in throughput, which they didn't test in their white paper.
Wasabi has only one datacenter currently in US East.
I set up the following tests with comparisons to S3 East and S3 West.
Each test was conducted with 40 threads per client with 40 large objects of approx. 4GB per file.
Each client had a single 10Gb NIC which limited the performance of S3 West from AWS West.
S3 is capable of much higher throughput than documented below if all traffic remains within the same data center.
Each test was conducted with 40 threads per client with 40 large objects of approx. 4GB per file.
Each client had a single 10Gb NIC which limited the performance of S3 West from AWS West.
S3 is capable of much higher throughput than documented below if all traffic remains within the same data center.
- Upload and download throughput to/from AWS West
- Upload and download throughput from Azure East
- Multi client (3 clients) download throughput to simulate a real world deployment
Results:
Client | Wasabi | S3 East | S3 West |
EC2 West Put | 222 | 234 | 451 |
Azure East Put | 430 | 399 | 287 |
EC2 West Get | 352 | 436 | 809 |
Azure East Get | 495 | 585 | 387 |
Multi client download (3 clients) | 571 | 927 | 1329 |
