←back to thread

155 points stock_toaster | 1 comments | | HN request time: 0s | source
Show context
lifeisstillgood ◴[] No.45096062[source]
“Paxos as a service”

Ok. I have just spent 5 minutes noodling on that one and … I love it even if I cannot work out how to make it work …

Definitely coming back to that

replies(2): >>45096136 #>>45096164 #
1. cperciva ◴[] No.45096136[source]
To be clear, I'm not saying it has to be literally Paxos as a service. There's a bunch of ways you can take operations from different sources in a distributed system and produce a consensus view of what happened first. But aside from trivial and low-performance options (e.g. everyone contends on a single DynamoDB item and uses conditional writes) Amazon hasn't made any of the possibilities available.