This document provides an overview of several Google technologies that help enable its fast and reliable services, including Google File System (GFS), Chubby lock service, MapReduce, and BigTable. BigTable is described as Google's proprietary, non-relational database that uses compression and a distributed, tablet-based architecture to provide high performance at scale across commodity hardware. It stores data as multidimensional sparse maps divided into tablets that are distributed, replicated, and load balanced for availability and scalability.