<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Data Compression: Why Do we need it?</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2007/09/30/data-compression-why-do-we-need-it.aspx</link><description>As announced in Tech-Ed 2007, data compression is a new and exciting feature targeted to be available in SQL Server 2008. This is a huge topic to be covered in one BLOG post, I have decided to break it into a series of posts, each building on the previous</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Techy News Blog &amp;raquo; Data Compression: Why Do we need it?</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2007/09/30/data-compression-why-do-we-need-it.aspx#5204321</link><pubDate>Sun, 30 Sep 2007 03:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5204321</guid><dc:creator>Techy News Blog » Data Compression: Why Do we need it?</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.artofbam.com/wordpress/?p=3939"&gt;http://www.artofbam.com/wordpress/?p=3939&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Data Compression: Why Do we need it?</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2007/09/30/data-compression-why-do-we-need-it.aspx#5205793</link><pubDate>Sun, 30 Sep 2007 07:55:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5205793</guid><dc:creator>rdeng</dc:creator><description>&lt;p&gt;very good article, i think it is helpful for me and some others.&lt;/p&gt;
</description></item><item><title>Data compression e SQL Server 2008</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2007/09/30/data-compression-why-do-we-need-it.aspx#5212883</link><pubDate>Sun, 30 Sep 2007 21:19:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5212883</guid><dc:creator>SQL Server, BI and .NET</dc:creator><description>&lt;p&gt;Dal team dello Storage Engine di SQL Server arrivano alcune notizie interessanti a proposito delle nuove&lt;/p&gt;
</description></item><item><title>re: Data Compression: Why Do we need it?</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2007/09/30/data-compression-why-do-we-need-it.aspx#5216791</link><pubDate>Mon, 01 Oct 2007 03:16:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5216791</guid><dc:creator>MichaelDotNet</dc:creator><description>&lt;p&gt;I always wondered why previous SQL editions didn't at least include compression for database backup and restore. &amp;nbsp;I always ended up compressing my backups and was surprised at the ratios achieved. &amp;nbsp;One question though, doesn't compressed data actually require /more/ memory since both the compressed data and decompressed data has to be stored at a time? &amp;nbsp;Though I guess selective compression and decompression mitigates some of that to the point where it's beneficial...&lt;/p&gt;
</description></item><item><title>re: Data Compression: Why Do we need it?</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2007/09/30/data-compression-why-do-we-need-it.aspx#5217780</link><pubDate>Mon, 01 Oct 2007 06:12:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5217780</guid><dc:creator>Sunil Agarwal</dc:creator><description>&lt;p&gt;Yes, backup compression was requested before as well. We finally did it! On your other question, we only store compressed data so only 1 copy. We de-compress at a row level when the row is retrieved. &lt;/p&gt;
</description></item><item><title>re: Data Compression: Why Do we need it?</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2007/09/30/data-compression-why-do-we-need-it.aspx#5225235</link><pubDate>Mon, 01 Oct 2007 19:48:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5225235</guid><dc:creator>MichaelDotNet</dc:creator><description>&lt;p&gt;Aren't you then having a copy of the row in compressed form and a copy of the row in decompressed form both in memory at the same time? :)&lt;/p&gt;
&lt;p&gt;Of course that still is a huge memory savings with all the other rows compressed for a single table, and the larger the table the greater the savings, so I get that..&lt;/p&gt;</description></item><item><title>re: Data Compression: Why Do we need it?</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2007/09/30/data-compression-why-do-we-need-it.aspx#5225536</link><pubDate>Mon, 01 Oct 2007 20:27:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5225536</guid><dc:creator>Sunil Agarwal</dc:creator><description>&lt;p&gt;Like I was saying, we keep the data compressed. WE de-compress only when the row is needed. So at that time, there are two copies of the row (actually of the requested columns), one that is compressed and other that is not. Note, this is for 'that' row only&lt;/p&gt;
</description></item><item><title>re: Data Compression: Why Do we need it?</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2007/09/30/data-compression-why-do-we-need-it.aspx#5225537</link><pubDate>Mon, 01 Oct 2007 20:27:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5225537</guid><dc:creator>Sunil Agarwal</dc:creator><description>&lt;p&gt;Like I was saying, we keep the data compressed. WE de-compress only when the row is needed. So at that time, there are two copies of the row (actually of the requested columns), one that is compressed and other that is not. Note, this is for 'that' row only&lt;/p&gt;
</description></item></channel></rss>