登录 注册
当前位置:主页 > 资源下载 > 30 > [Google论文] F1:一款可扩展的分布式SQL数据库

[Google论文] F1:一款可扩展的分布式SQL数据库

  • 更新:2024-12-03 16:12:26
  • 大小:406KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 数据库
  • 格式:PDF

资源介绍

F1 is a distributed relational database system built at Google to support the AdWords business. F1 is a hybrid database that combines high availability, the scalability of NoSQL systems like Bigtable, and the consistency and us- ability of traditional SQL databases. F1 is built on Span- ner, which provides synchronous cross-datacenter replica- tion and strong consistency. Synchronous replication im- plies higher commit latency, but we mitigate that latency by using a hierarchical schema model with structured data types and through smart application design. F1 also in- cludes a fully functional distributed SQL query engine and automatic change tracking and publishing.