Alachisoft NCache 4.1 - Online Documentation

Data Compression

 
To minimize data traffic between cluster and client nodes, NCache provides GZip Compression for objects of size greater than the specified threshold value. Objects greater than the specified threshold size will be compressed /decompressed by NCache. Average compression gains are higher for objects of greater size. By default, data compression is off. You can enable/disable data compression by one of following methods.
 
NCache Manager:
You can enable/disable data compression and also specify compression threshold size for Cluster/Local Cache through Options Tab in view window.
 
Config.ncconf:
You can enable/disable data compression option for a cache through Config.ncconf as follows.
 
<compression enabled="true" threshold="500kb"/>
 
 
See Also
 
Copyright © 2005-2012 Alachisoft. All rights reserved.