<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Mike Stonebraker explains column-store data compression</title>
	<atom:link href="http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/</link>
	<description>Choices in data management and analysis</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:52:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: 列数据库特点 &#124; Alex的个人Blog</title>
		<link>http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/#comment-257571</link>
		<dc:creator>列数据库特点 &#124; Alex的个人Blog</dc:creator>
		<pubDate>Mon, 07 Nov 2011 14:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/#comment-257571</guid>
		<description>[...] http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/" rel="nofollow">http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huh?</title>
		<link>http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/#comment-217960</link>
		<dc:creator>Huh?</dc:creator>
		<pubDate>Tue, 12 Apr 2011 15:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/#comment-217960</guid>
		<description>You talk about efficent storage, but it sounds like a recipie for disaster if you have to recover from a failure.  Of course, things like a haywire hardware never happen, and things are always properly written and read from disk...  yikes.  Storage is a commodity.  Use it to build in fault tollerance.</description>
		<content:encoded><![CDATA[<p>You talk about efficent storage, but it sounds like a recipie for disaster if you have to recover from a failure.  Of course, things like a haywire hardware never happen, and things are always properly written and read from disk&#8230;  yikes.  Storage is a commodity.  Use it to build in fault tollerance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Infology.Ru &#187; Blog Archive &#187; Сжатие данных в СУБД выходит на первый план</title>
		<link>http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/#comment-98584</link>
		<dc:creator>Infology.Ru &#187; Blog Archive &#187; Сжатие данных в СУБД выходит на первый план</dc:creator>
		<pubDate>Sun, 05 Oct 2008 21:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/#comment-98584</guid>
		<description>[...] клиентам. Наиболее примечательной, вероятно, является  короткая статья, которую Майк Стоунбрейкер (Mike Stonebraker) ..., о тех преимуществах в области компрессии, которыми [...]</description>
		<content:encoded><![CDATA[<p>[...] клиентам. Наиболее примечательной, вероятно, является  короткая статья, которую Майк Стоунбрейкер (Mike Stonebraker) &#8230;, о тех преимуществах в области компрессии, которыми [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Database compression coming to the fore &#124; DBMS2 -- DataBase Management System Services</title>
		<link>http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/#comment-93303</link>
		<dc:creator>Database compression coming to the fore &#124; DBMS2 -- DataBase Management System Services</dc:creator>
		<pubDate>Fri, 08 Aug 2008 04:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/#comment-93303</guid>
		<description>[...] compression, which can be a major part of their value proposition. Most notable, perhaps, is a short paper Mike Stonebraker wrote for this blog &#8212; before he and his fellow researchers started their own blog &#8212; on column-stores&#8217; [...]</description>
		<content:encoded><![CDATA[<p>[...] compression, which can be a major part of their value proposition. Most notable, perhaps, is a short paper Mike Stonebraker wrote for this blog &#8212; before he and his fellow researchers started their own blog &#8212; on column-stores&#8217; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/#comment-22993</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 25 Mar 2007 11:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/#comment-22993</guid>
		<description>Teradata is a row store, yet it compresses by column domain (dictionary compression) and does not do block decompression on access.  Access to the field is more efficient with compression because the CPU savings for IO is greater than the indirection to the value dictionary.  There is a slight CPU overhead on the update side to search the value dictionary for the index to put in the row header, but this is minor in comparison to the overall win in space savings and scan rate.</description>
		<content:encoded><![CDATA[<p>Teradata is a row store, yet it compresses by column domain (dictionary compression) and does not do block decompression on access.  Access to the field is more efficient with compression because the CPU savings for IO is greater than the indirection to the value dictionary.  There is a slight CPU overhead on the update side to search the value dictionary for the index to put in the row header, but this is minor in comparison to the overall win in space savings and scan rate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DBMS2 &#8212; DataBase Management System Services&#187;Blog Archive &#187; Will database compression change the hardware game?</title>
		<link>http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/#comment-22863</link>
		<dc:creator>DBMS2 &#8212; DataBase Management System Services&#187;Blog Archive &#187; Will database compression change the hardware game?</dc:creator>
		<pubDate>Sat, 24 Mar 2007 08:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/#comment-22863</guid>
		<description>[...] I&#8217;ve recently made a lot of posts about database compression. 3X or more compression is rapidly becoming standard; 5X+ is coming soon as processor power increases; 10X or more is not unrealistic. True, this applies mainly to data warehouses, but that&#8217;s where the big database growth is happening. And new kinds of data &#8212; geospatial, telemetry, document, video, whatever &#8212; are highly compressible as well. [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve recently made a lot of posts about database compression. 3X or more compression is rapidly becoming standard; 5X+ is coming soon as processor power increases; 10X or more is not unrealistic. True, this applies mainly to data warehouses, but that&#8217;s where the big database growth is happening. And new kinds of data &#8212; geospatial, telemetry, document, video, whatever &#8212; are highly compressible as well. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DBMS2 &#8212; DataBase Management System Services&#187;Blog Archive &#187; Mike Stonebraker on data compression &#8212; comments</title>
		<link>http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/#comment-22847</link>
		<dc:creator>DBMS2 &#8212; DataBase Management System Services&#187;Blog Archive &#187; Mike Stonebraker on data compression &#8212; comments</dc:creator>
		<pubDate>Sat, 24 Mar 2007 05:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/2007/03/24/mike-stonebraker-explains-column-store-data-compression/#comment-22847</guid>
		<description>[...] In my opinion, the key part of Mike Stonebraker’s fascinating note on data compression was (emphasis mine): [...]</description>
		<content:encoded><![CDATA[<p>[...] In my opinion, the key part of Mike Stonebraker’s fascinating note on data compression was (emphasis mine): [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

