from Hacker News

Speculations on how S3 Express works

by francoismassot on 12/7/23, 2:08 PM with 2 comments

  • by shikhar on 12/7/23, 3:19 PM

    > This new tier is deeply innovative, and Amazon will likely enjoy a monopoly on low latency object storages for the next couple of years.

    I don't think S3 Express will be lonely that long :)

    It looks like it already isn't - Azure Premium Blob storage promises similarly low latencies, and is available as a regional service. They also talk about the main distinction being SSDs instead of HDDs (https://learn.microsoft.com/en-us/azure/storage/blobs/storag...)

    Google Cloud Storage is layered on top of Colossus, which I gather is a zonal service that can be SSD or HDD. Basing that on Bigtable, which stores its log and SSTables in Colossus, and lets you pick between SSD/HDD with the former enabling single-digit millisecond latency IO.