Sunday, March 20, 2011

BigTable

A distributed storage system developed and used by Google for managing structured data that is designed to scale to a very large size (petabytes of data across thousands of commodity servers):

BigTable

BigTable is a distributed storage system for managing structured data that is designed to scale to a very large size: petabytes of data across thousands of commodity servers. Many projects at Google store data in BigTable, including web indexing, Google Earth, and Google Finance. These applications place very different demands on Bigtable, both in terms of data size (from URLs to web pages to satellite imagery) and latency requirements (from backend bulk processing to real-time data serving). Despite these varied demands, BigTable has successfully provided a flexible, high-performance solution for all of these Google products. In this paper we describe the simple data model provided by BigTable, which gives clients dynamic control over data layout and format, and we describe the design and implementation of BigTable [source: http://labs.google.com/papers/bigtable.html].


Share

No comments:

Post a Comment