mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Disable in-memory compression by default
This commit is contained in:
parent
a9d9a6d56f
commit
39f07d62a4
@ -9,7 +9,7 @@ class ASTStorage;
|
||||
|
||||
|
||||
#define MEMORY_SETTINGS(M) \
|
||||
M(Bool, compress, true, "Compress data in memory", 0) \
|
||||
M(Bool, compress, false, "Compress data in memory", 0) \
|
||||
|
||||
DECLARE_SETTINGS_TRAITS(memorySettingsTraits, MEMORY_SETTINGS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user