Search sqlCompress.net:





Home arrow Getting Started arrow Getting More Out of Your Infrastructure
       
 
What is SQL Compress?

You have probably stored Binary Large Objects (BLOBS) in SQL Server, and
more than likely you have wonder why they couldn't be compressed.
SQLCompress.NET is about to change all that by providing a fast and reliable
solution for column level compression in Microsoft SQL Server 2005.
SQLCompress.NET was born from requests posted in Microsoft SQL Server
forums and message boards. It was designed as a compression framework for
server side compression, allowing developers and administrators to reduce
database footprint without writing a line of code.
Some of the advantages of SQLCompress.NET are:
Download  
  Click here to download
SQL Compress
 
   
  • It is FAST and SAFE!
  • It does not require application changes
  • It is a framework. SQLCompress.NET allows developers to extend its
    functionality with minimum effort and takes away the burden of writing
    a compression infrastructure


 
Getting More Out of Your Infrastructure PDF Print E-mail
User Rating: / 0
PoorBest 
Written by SQLCompress.NET Support   
Nov 19, 2005 at 07:25 AM

SQLCompress.NET provides two “out of the box” implementations based on Microsoft .NET Framework 2.0 compression classes. You can add compression to your databases without changing your applications, verify compressed data, reduce database footprint, and improve bandwidth usage. You could even extend SQLCompress.NET to use your own libraries!

What is included in SQLCompress.NET?
  • A basic implementation (that does not compress data) for extensibility, troubleshooting and benchmark purposes
  • A Deflate implementation using Microsoft .NET 2.0 System.IO.Compression.DeflateStream
  • We also added a GZip implementation using Microsoft .NET 2.0 System.IO.Compression.GZipStream.

Just to make things better, SQLCompress.NET provides the BaseImplementation class that can be extended to use other compression algorithms or libraries.

Getting more out of your infrastructure

SQLCompress.NET can compress columns with minimum performance impact. Compression can be applied to the following data types:

  • TEXT
  • NTEXT
  • IMAGE
  • VARBINARY(MAX)
  • VARCHAR(MAX)
  • NVARCHAR(MAX)
  • VARCHAR(N)
  • NVARCHAR(N)
  • VARBINARY(N) 

This could reduce database footprint without impacting performance. Another benefit comes when replicated columns are compressed. Replication is bandwidth intensive and SQLCompress.NET can reduce bandwidth utilization and improve throughput by reducing the amount of data to be replicated.


User Comments

Comment by GUEST on 2010-08-20 21:59:37
im subscribing to this rss totally, buy ambien online, [url="http://ambien.groupsite.com"]buy ambien online[/url], http://ambien.groupsite.com buy ambien online, 593,


Last Updated ( Jan 05, 2007 at 01:20 PM )
Who's Online
We have 12 guests online and 1 member online

Latest News

sqlCompress.net