Comment on A distributed queue in a single JSON file on object storageparentComments−SirupsenOP6moYep! Other than random reads (~p99=200ms on larger ranges), it's essential to get good download performance of a single file. A single (range) request can "only" drive ~500 MB/s, so you need multiple offsets.https://github.com/sirupsen/napkin-math
Comments
Yep! Other than random reads (~p99=200ms on larger ranges), it's essential to get good download performance of a single file. A single (range) request can "only" drive ~500 MB/s, so you need multiple offsets.
https://github.com/sirupsen/napkin-math