Skip to content

Commit

Permalink
MB-48897: Change default in-memory compression to zstd
Browse files Browse the repository at this point in the history
Change-Id: Ia28b7ac263455fabee4b02980fc87f663010f033
  • Loading branch information
akhilmd committed Dec 17, 2021
1 parent eb7756a commit c6652ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions secondary/common/config.go
Expand Up @@ -1265,9 +1265,9 @@ var SystemConfig = Config{
true, // case-sensitive
},
"indexer.plasma.inMemoryCompression": ConfigValue{
"snappy",
"zstd",
"Compression algorithm for in memory compression",
"snappy",
"zstd",
false, // mutable
true, // case-sensitive
},
Expand Down

0 comments on commit c6652ed

Please sign in to comment.