错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

A Composable Architecture for Cloud Transactional DBMS

  • Hua Guo,
  • Yunhong Ji,
  • Huiqi Hu,
  • Xuan Zhou

摘要

This paper introduces a composable architecture for cloud database systems, which is adaptable to heterogeneous workloads of real-world applications. Based on this architecture, a transactional database can be decomposed into a collection of building blocks, each of which can independently choose its implementation and its way to scale on the heterogeneous resources in the cloud. These building blocks include A concurrency control block enforcing serializable schedules of transactions, A log replication block ensuring the persistence of transactions and high availability, and A data storage block serving data accesses. Such an architecture would make implementing a cloud database more agile and significantly improve its flexibility and application range. Some preliminary experiments were conducted to demonstrate the practicality of the proposed composable architecture.