You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: system/jhtree/jhinplace.hpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ class jhtree_decl InplaceKeyBuildContext
175
175
offset_t leafMemorySize = 0;
176
176
struct {
177
177
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)
0 commit comments