'spanner'에 해당되는 글 1건

  1. Spanner: Google’s Globally-Distributed Database 1

http://research.google.com/archive/spanner.html
http://www.systemswemake.com/papers/spanner

메카톤급의 Database이네요.. NoSQL의 종결자

Spanner: Google's Globally-Distributed Database
James C. Corbett, Jeffrey Dean, Michael Epstein, Andrew Fikes, Christopher Frost, JJ Furman, Sanjay Ghemawat, Andrey Gubarev, Christopher Heiser, Peter Hochschild, Wilson Hsieh, Sebastian Kanthak, Eugene Kogan, Hongyi Li, Alexander Lloyd, Sergey Melnik, David Mwaura, David Nagle, Sean Quinlan, Rajesh Rao, Lindsay Rolig, Yasushi Saito, Michal Szymaniak, Christopher Taylor, Ruth Wang, and Dale Woodford

Abstract

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.

To appear in:
OSDI'12: Tenth Symposium on Operating System Design and Implementation, Hollywood, CA, October, 2012.

Download: PDF Version

'Etc' 카테고리의 다른 글

Tempdb Checkpoint  (1) 2012.10.10
여러개 로그 파일이 좋을까???  (0) 2012.09.25
mongodb index tools...  (4) 2012.09.13
제 2회 mongodb tech semina 참석 후기  (0) 2012.09.13
MongoDB + Hadoop  (0) 2012.09.11