The document summarizes two distributed storage systems developed by Google: the Google File System (GFS) and Bigtable. GFS was developed in the late 1990s to provide petabytes of storage for large files across thousands of machines. It uses a master/slave architecture with chunk replication for fault tolerance. Bigtable is a distributed storage system for structured data that scales to petabytes of data and thousands of machines. It uses a table abstraction with rows, columns, and timestamps to store data in a sparse, sorted, multi-dimensional map.