# Google三驾马车:GFS、MapReduce、Bigtable

# 前言

在分布式系统领域,Google发表了三篇论文,奠定了大规模分布式存储系统的理论基础。

  • 《The Google File System》

    https://research.google.com/archive/gfs-sosp2003.pdf

  • 《MapReduce: Simplified Data Processing on Large Clusters》

    https://research.google/pubs/pub62/

  • 《Bigtable: A Distributed Storage System for Structured Data》

    https://research.google.com/archive/bigtable-osdi06.pdf

# [SOSP03] GFS

《The Google File System》发表于2003年。

# [OSDI04] MapReduce

《MapReduce: Simplified Data Processing on Large Clusters》发表于2004年。

# [OSDI06] BigTable

《Bigtable: A Distributed Storage System for Structured Data》发表于2006年。

Last Updated: 10/15/2022, 2:02:09 AM