top | item 45396595

(no title)

reese_john | 5 months ago

S3 has a low-latency offering[0] which promises single digit millisecond latency, I’m surprised not to see it mentioned.

[0]: https://aws.amazon.com/s3/storage-classes/express-one-zone/

discuss

order

huntaub|5 months ago

These are, effectively, different use cases. You want to use (and pay for) Express One Zone in situations in which you need the same object reused from multiple instances repeatedly, while it looks like this on-disk or in-memory cache is for when you may want the same file repeatedly used from the same instance.

manquer|5 months ago

Is it the same instance ? Rising wave (and similar tools )are designed to run in production on a lot of distributed compute nodes for processing data , serving/streaming queries and running control panes .

Even for any single query it will likely run on multiple nodes with distributed workers gathering and processing data from storage layer, that is whole idea behind MapReduce after all.

artursapek|5 months ago

Also, aren't most people putting Cloudfront in front of S3 anyway?

hobofan|5 months ago

For CDN use-cases yes, but not for DB storage-compute separation use-cases as described here.