<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>StaticMethod &#187; data</title>
	<atom:link href="http://www.staticmethod.net/tag/data/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.staticmethod.net</link>
	<description>Things programmers might find interesting</description>
	<lastBuildDate>Thu, 04 Mar 2010 20:05:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google&#8217;s BigTable</title>
		<link>http://www.staticmethod.net/2009/04/30/googles-bigtable/</link>
		<comments>http://www.staticmethod.net/2009/04/30/googles-bigtable/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 14:13:38 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[bigtable]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[whitepaper]]></category>

		<guid isPermaLink="false">http://www.staticmethod.net/?p=12</guid>
		<description><![CDATA[Google&#8217;s BigTable is (was?) their approach to storing and accessing petabytes of data in a decentralized and highly-available way.  At the most basic level it&#8217;s a properties system of keys and values, but goes way beyond that.  It also provides mechanisms for spreading the data across thousands of machines while giving programmers an [...]]]></description>
			<content:encoded><![CDATA[<p>Google&#8217;s BigTable is (was?) their approach to storing and accessing petabytes of data in a decentralized and highly-available way.  At the most basic level it&#8217;s a properties system of keys and values, but goes way beyond that.  It also provides mechanisms for spreading the data across thousands of machines while giving programmers an easy API for editing and reading data from the tables.  Here&#8217;s their description of it:</p>
<blockquote><p>
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.
</p></blockquote>
<p>The paper isn&#8217;t too long (14 pages or so) and isn&#8217;t too hard to digest.  You can read it <a href="http://labs.google.com/papers/bigtable.html">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.staticmethod.net/2009/04/30/googles-bigtable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
