Taurus Database: How to be Fast, Available, and Frugal in the Cloud
muratbuffalo.blogspot.com·6h·
Flag this post

This SIGMOD’20 paper presents TaurusDB, Huawei’s disaggregated MySQL-based cloud database. TaurusDB refines the disaggregated architecture pioneered by Aurora and Socrates, and provides a simpler and cleaner separation of compute and storage.

In my writeup on Aurora, I discussed how “log is the database” approach reduces network load, since the compute primary only sends logs and the storage nodes apply them to reconstruct pages. But Aurora did conflate durability and availability somewhat and used quorum-based replication of six replicas for both logs and pages.

[In my review of Socrates](https://muratbuffalo.blogspot.com/2022/08/socrates-new-sql-server-in-cl…

Similar Posts

Loading similar posts...