Search

You searched for the word(s): compression AND user:Sunil
Showing page 1 of 2 (18 total posts) < 1 second(s)
  • Compression Strategies

    In the previous blogs, I had described the data compression in SQL Server 2008 and its implications... and estimated compression savings using sp_estimate_data_compression_savings stored procedure. Let us look... these objects or not. ยท The compression savings are schema/data dependent and in fact for some objects
    Posted to SQL Server Storage Engine (Weblog) by Sunil Agarwal on January 27, 2008
    Filed under: Data Compression
  • Data Compression will be available in CTP-6

    Thanks to all who have contacted me for their interest in the data compression feature. Unfortunately, data compression feature is NOT available in the just released CTP-5 which is now available.... Data compression will be released with CTP-6. Also, Data Compression is an Enterprise Only feature
    Posted to SQL Server Storage Engine (Weblog) by Sunil Agarwal on November 20, 2007
    Filed under: Data Compression
  • DML operations on a HEAP and compression

    -compression-on-a-heap.aspx, I described how to enable compression on a HEAP. You can enable either ROW or PAGE compression on the heap. Let me now describe the implications of DML operations on a heap. ROW compression: No issues. The updated/inserted data stays ROW compressed though out its life time
    Posted to SQL Server Storage Engine (Weblog) by Sunil Agarwal on December 21, 2008
    Filed under: Data Compression
  • Customer feedback on Data Compression

    As I described in my previous blog, the data compression feature has been very successful. We do... our data compression offering in future releases.Hereissome ofthefeedackand the respectiverationale. Please feel free to contact me for your suggestions on data compression. (1) Provide Unicode
    Posted to SQL Server Storage Engine (Weblog) by Sunil Agarwal on August 17, 2009
    Filed under: Data Compression
  • A Unicode Compression example

    Now that we have Unicode compression available in SQL Server 2008R2 as described in, let me take a simple example using AdventureWorksDW databaseto show you the additional compression that can... characters of NVARCHAR types. With Unicode compression, we will expect that the average length
    Posted to SQL Server Storage Engine (Weblog) by Sunil Agarwal on August 17, 2009
    Filed under: Data Compression
  • Enabling compression on a HEAP

    BLOG I will discuss DML operations on the HEAP and compression Thanks Sunil...I often get a question how to do enable compression on a table that is a heap (i.e. it does not have a clustered index). Clearly, one could create the clustered index with compression option set
    Posted to SQL Server Storage Engine (Weblog) by Sunil Agarwal on December 20, 2008
    Filed under: Data Compression
  • Unicode Compression in SQL Server 2008R2

    In myprevious blog, I had mentioned that unicode compression will be available as part of next SQL.../sqlserver/2008/en/us/r2.aspx to play with it. This is anew exciting addition to thedata compression...,increase the storage requirements significantly. Solution: SQL Server implements unicode compression
    Posted to SQL Server Storage Engine (Weblog) by Sunil Agarwal on August 17, 2009
    Filed under: Data Compression
  • Estimating the space savings with data compression

    Like I had indicated in my previous blog, it is recommended that you estimate compression savings on the object of interest before actually enabling compression as enabling compression is an expensive operation. To show how to estimate data compression, I have created a very simplistic
    Posted to SQL Server Storage Engine (Weblog) by Sunil Agarwal on November 13, 2007
    Filed under: Data Compression
  • Data compression techniques and trade offs

    /archive/2007/09/30/data-compression-why-do-we-need-it.aspx) that data compression is a good thing, you may wonder how SQL Server compresses the data, what does this compression mean to my data and to my workload... and find many fine techniques to compress the data but note, not all compression techniques are applicable
    Posted to SQL Server Storage Engine (Weblog) by Sunil Agarwal on September 30, 2007
    Filed under: Data Compression
  • Details on page compression (page-dictionary)

    In the previous blog, I described column-prefix compression that is done as part of PAGE compression. The other component of PAGE compression is the page-dictionary. As the name indicates... of an index are ROW compressed even if you choose to compress the index with PAGE compression option
    Posted to SQL Server Storage Engine (Weblog) by Sunil Agarwal on January 18, 2008
    Filed under: Data Compression
1 2 Next >

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker