top | item 40582111

(no title)

breckognize | 1 year ago

I think calling out Durability is a bit of a straw man. Most services get their durability from S3 or some other managed database service. So they're really only making the "do it on a beefy machine argument" for the stateless portion of their service.

I agree with the other points for production services with the caveat that many workloads don't need all of those. Internal workloads or batch data processing use cases often don't need 4 9's of availability and can be done more simply and cheaply on a chonky EC2 instance.

The last point is part of our thesis for https://rowzero.io. You can vertically scale data analysis workloads way further than most people expect.

discuss

order

packetlost|1 year ago

> Most services get their durability from S3 or some other managed database service.

I don't think this is as true as you think it is. Sure, many do, but I'd wager it's not most.