Building a Database on S3
Summary
A deep dive into a 2008-era serverless-database design that uses SQS as a WAL and S3 as a pagestore, illustrating the complexities of building databases on cloud primitives. The post ties the ideas to modern cloud-native architectures like Aurora and data lakes, highlighting isolation trade-offs and practical constraints.