Search sqlCompress.net:





Home arrow FAQs arrow Using SQLCompress.NET arrow Which compression implementation should I use?
Which compression implementation should I use? PDF Print E-mail
Written by SQLCompress.NET Support   
Jan 20, 2007 at 09:40 AM

SQLCompress.NET provides several implementations:

  • Fast Deflate (recommended): This implementation is VERY fast with very little overhead.
  • Base or Benchmark: This implementation should NOT be used for compression. This is included for benchmarking purposes ONLY. It allows developers to determine how much overhead their compression libraries add to an implementation. The implementation does not compresses anything but does add block and compression headers increasing LOB size.

We recommend the use of Fast Deflate for compression purposes and Basic (or Benchmark) for comparison purposes.

Last Updated ( Feb 13, 2007 at 11:53 PM )
sqlCompress.net