Earlier quoted context omitted.
OK, thanks for the reference. Yeah, so indeed separating storage and compute is nothing new. Definitely not claiming I invented that :) And as you mention, Datomic uses DynamoDB as well (so, not a pure s3 solution). What I'm proposing is to only use object storage for everything, pay the price in latency, but don't give up on throughput, cost and consistency. The differentiator is that this comes with strict serializ…
Have you seen https://news.ycombinator.com/item?id=42174204
Basically an in-memory database which uses S3 as cold storage. Definitely an interesting approach, but no transactions AFAICT.