Data compression

  • Hi,

    Can anyone tell me if SQL 2005 supports, like 2008 and 2012, data compression?

    Data compression can have the downsize of CPU having to decompress data but the IO when reading is faster since it reads less pages, so it's a trade-off... i think..

    Thanks,

    Pedro

    PS: I'm asking this since I only have 2008 and 2012 installed...



    If you need to work better, try working less...

  • Data compression was added in SQL Server 2008 and therefore is not applicable to SQL Server 2005. If you review the following MSDN link on SQL Server data compression, you will find that SQL Server 2005 is not available in the other versions drop down list.

    http://msdn.microsoft.com/en-us/library/cc280449.aspx

  • Thanks



    If you need to work better, try working less...

  • But, you can get it if you need it from 3rd party products such as Red Gate SQL Storage Compress[/url].

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • Grant Fritchey (10/22/2012)


    But, you can get it if you need it from 3rd party products such as Red Gate SQL Storage Compress[/url].

    Thanks Grant... Still reading your book on query tuning... 🙂

    Is the statement I wrote true, supposing the CPU is fast but the IO is not very good?

    Data compression can have the downsize of CPU having to decompress data but the IO when reading is faster since it reads less pages, so it's a trade-off... i think..

    Pedro



    If you need to work better, try working less...

  • PiMané (10/22/2012)


    Grant Fritchey (10/22/2012)


    But, you can get it if you need it from 3rd party products such as Red Gate SQL Storage Compress[/url].

    Thanks Grant... Still reading your book on query tuning... 🙂

    Is the statement I wrote true, supposing the CPU is fast but the IO is not very good?

    Data compression can have the downsize of CPU having to decompress data but the IO when reading is faster since it reads less pages, so it's a trade-off... i think..

    Pedro

    Yeah, in general, compression acts to make I/O faster, in most cases. There are exceptions.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply