3 comments

  • 0xCMP13 minutes ago
    The unfortunate part of that graph is that I think it&#x27;s not updated for today&#x27;s prices given the memory shortage&#x2F;crunch we&#x27;re experiencing that&#x27;s driven up the prices for all kinds of memory.<p>But also while it should be faster than it is, how would an S3 designed around SSDs look differently to an API user? I would think the API is basically the same.
  • richieartoul20 minutes ago
    Nice article. I agree that it is a bit of a shame that everything is forced to be so S3-centric (and I say that as someone whose work helped motivate a lot of people to do that), but right now its an unfortunate reality of running software in the cloud because cloud networking and SSDs are so expensive that you really are required to use S3 if you want a system that can handle &quot;big data&quot; scale workloads cost effectively
  • PunchyHamster39 minutes ago
    &gt; S3’s dominance is due to its many advantages: effectively infinite capacity, high durability, and low per-gigabyte capacity cost.<p>It&#x27;s not &quot;cheap&quot;. 6 months of S3 is at around price of outright buying 4TB SSD at retail price. That before you do any IOPS to it<p>S3 is <i>terrible</i> deal on any front. it&#x27;s just easy
    • 0xCMP24 minutes ago
      As someone with TBs of SSDs and HDDs laying around I am someone who agrees with your point, but this is not a good way to compare costs.<p>For one, this has no redundancy and doesn&#x27;t factor the cost of the machine providing the storage. But also it&#x27;s an upfront cost for storing 4TB. It would be implied you wouldn&#x27;t literally store 4TB on the SSD because now you&#x27;re out of capacity for more data. If you only have 2GB of data in a bucket then S3 is still magnitudes cheaper, faster, and more redundant than anything you could put together yourself because the cost is spread across all the users of the service.<p>Reality is there are so many times that S3 makes the most sense that it makes people short-circuit and always pick S3 despite the huge hidden IOPS and bandwidth costs everyone rightfully tries to point out.
    • acdha13 minutes ago
      &gt; It&#x27;s not &quot;cheap&quot;. 6 months of S3 is at around price of outright buying 4TB SSD at retail price. That before you do any IOPS to it<p>This is badly misunderstanding the problem: S3 is a highly available service with geographic redundancy and a huge range of integrated features. Your comparison would need to be updated to include multiple running servers in addition to redundant storage, and the software stack implementing things like immutability, not to mention all of the security features.<p>That’s not to say that you can’t build equivalents for the parts you use but you either need massive scale or giving up features to do that. For example, if you can tolerate bitrot or long access times if hardware fails, you can definitely get a lower cost per terabyte.<p>The reason why most people don’t do that, even when they have scale, is that it adds cost and risk everywhere else if you need engineering&#x2F;ops people working on storage. If you’re, say, the internet archive that might make sense—it’s quite literally why your organization exists—but most other places are going to see all of the integrated features that they don’t have to build and operate paying for the difference between S3 and physical media pricing. For example, if I want to process files as soon as they’re uploaded or have immutability, I can just turn that on rather than having to build more services.
      • ehe78qhe10 minutes ago
        Even if you factor that it, S3 is pretty expensive for most small to medium size data.
        • acdha5 minutes ago
          Try doing the math and ask why your time costs. You need to buy a lot of storage to pay for the engineering work and most places would prefer to spend that time and attention on the product rather than shaving a few percent off of the storage bill (especially since the savings will be negative for quite some time).
    • CodesInChaos25 minutes ago
      Everything in AWS is expensive. But at least S3 adds a lot of value.