summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-08-14 11:30:19 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-08-14 13:45:20 +0200
commit01fd5e64d82224fd5efb72893c8998a1402ca528 (patch)
tree6655472184639eb48a7ad9dfb613bfc4c3bf7ee5 /searchcore
parenta4add1e56fd7960028b1e5dee4bfa6bb2abb278f (diff)
Use ZSTD for compressing to summary file.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 13b4df14abd..8ecc32528d8 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -217,14 +217,14 @@ summary.cache.compression.level int default=9 restart
## Control compression type of the summary while in memory during compaction
## NB So far only stragey=LOG honours it.
-summary.log.compact.compression.type enum {NONE, LZ4, ZSTD} default=LZ4 restart
+summary.log.compact.compression.type enum {NONE, LZ4, ZSTD} default=ZSTD restart
## Control compression level of the summary while in memory during compaction
summary.log.compact.compression.level int default=9 restart
## Control compression type of the summary
## NB So far only stragey=LOG honours it.
-summary.log.chunk.compression.type enum {NONE, LZ4, ZSTD} default=LZ4 restart
+summary.log.chunk.compression.type enum {NONE, LZ4, ZSTD} default=ZSTD restart
## Control compression level of the summary
summary.log.chunk.compression.level int default=9 restart