Skip to content

Commit 3fd6135

Browse files
committed
HPCC-35430 Increase the max compression ratio to 50x
Signed-off-by: Gavin Halliday <[email protected]>
1 parent a538f75 commit 3fd6135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/jhtree/jhinplace.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class jhtree_decl InplaceKeyBuildContext
175175
offset_t leafMemorySize = 0;
176176
struct {
177177
double minCompressionThreshold = 0.95; // use uncompressed if compressed is > 95% uncompressed
178-
unsigned maxCompressionFactor = 25; // Don't compress payload to less than 4% of the original by default (beause when it is read it will use lots of memory)
178+
unsigned maxCompressionFactor = 50; // Don't compress payload to less than 2% of the original by default (beause when it is read it will use lots of memory)
179179
bool recompress = false;
180180
bool reuseCompressor = true;
181181
} options;

0 commit comments

Comments
 (0)