Bigtable is a distributed storage system designed by Google to scale to petabytes of data across thousands of servers. It provides a simple data model with dynamic control over data layout and format. Data is indexed by row and column keys and stored as key-value pairs associated with timestamps. Bigtable is used by over 60 Google products and projects and scales from handling throughput-oriented batch jobs to latency-sensitive real-time serving of data.