Taurus MM: A Cloud-Native Shared-Storage Multi-Master Database
muratbuffalo.blogspot.com·5h·
Flag this post

This VLDB’23 paper presents Taurus MM, Huawei’s cloud-native, multi-master OLTP database built to scale write throughput in clusters between 2 to 16 masters. It extends the single-master TaurusDB design (which we reviewed yesterday) into a multi-master design while following its shared-storage architecture with separate compute and storage layers. Each master maintains its own write-ahead log (WAL) and executes transactions independently; there are no distributed transactions. All masters share the same Log Stores and Page Stores, and data is coordinated through new algorithms that reduce network traffic and preserve strong consistency.

The sy…

Similar Posts

Loading similar posts...