papers-we-love / portland

Papers We :heart: Portland
8 stars 3 forks source link

[Paper Suggestion] Spanner #11

Closed jdavisp3 closed 1 year ago

jdavisp3 commented 1 year ago

Paper Suggestion

Content Summary

Spanner is Google’s scalable, multi-version, globally-distributed, and synchronously-replicated database. It is the first system to distribute data at global scale and support externally-consistent distributed transactions. This paper describes how Spanner is structured, its feature set, the rationale underlying various design decisions, and a novel time API that exposes clock uncertainty. This API and its implementation are critical to supporting external consistency and a variety of powerful features: non-blocking reads in the past, lock-free read-only transactions, and atomic schema changes, across all of Spanner.

jdavisp3 commented 1 year ago

This is a good candidate for our next read.