SQL 2016 - It Just Runs Faster: AlwaysOn Parallel Compression / Improved Algorithms
Published Jan 15 2019 05:05 PM 464 Views
Microsoft
First published on MSDN on May 03, 2016

SQL Server 2016 introduces two distinct changes in the AlwaysOn transport, compression design.

  1. Improved compression algorithms
  2. Parallel compression of log block data

Compression can be performed faster, using less resource overhead and maintains compression ratios.

SQL Server 2016 also introduces parallel compression operations.  The following chart outlines the performance and resource gains as tested using a TPCC stress load.

Throughput MB/s

Average CPU utilization (secondary)

MB sent on wire/sec

Today

82

17

35

2016

540

36

230

Since the primary's compressed buffers are shared among multiple secondary transports all secondary's must support the newer algorithms or the primary uses the SQL 2014 compression algorithms.

SQL Server 2016 always performances parallel decompression regardless of the compression algorithm chosen.

'It Just Runs Faster' - SQL Server 2016 combines new compression algorithms and parallelization to significantly improve AlwaysOn log transport capabilities.

Bob Dorr - Principal SQL Server Software Engineer

Zhengguo Sun

Nithin Mahesh

Fady Sedrak

Version history
Last update:
‎Jan 15 2019 05:05 PM
Updated by: