File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
iotdb-core/node-commons/src/assembly/resources/conf Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -980,32 +980,32 @@ default_text_encoding=PLAIN
980980# BOOLEAN compression when creating schema automatically is enabled
981981# effectiveMode: hot_reload
982982# Datatype: TSEncoding
983- boolean_compressor=lz4
983+ boolean_compressor=LZ4
984984
985985# INT32/DATE compression when creating schema automatically is enabled
986986# effectiveMode: hot_reload
987987# Datatype: TSEncoding
988- int32_compressor=lz4
988+ int32_compressor=LZ4
989989
990990# INT64/TIMESTAMP compression when creating schema automatically is enabled
991991# effectiveMode: hot_reload
992992# Datatype: TSEncoding
993- int64_compressor=lz4
993+ int64_compressor=LZ4
994994
995995# FLOAT compression when creating schema automatically is enabled
996996# effectiveMode: hot_reload
997997# Datatype: TSEncoding
998- float_compressor=lz4
998+ float_compressor=LZ4
999999
10001000# DOUBLE compression when creating schema automatically is enabled
10011001# effectiveMode: hot_reload
10021002# Datatype: TSEncoding
1003- double_compressor=lz4
1003+ double_compressor=LZ4
10041004
10051005# TEXT/BINARY/BLOB compression when creating schema automatically is enabled
10061006# effectiveMode: hot_reload
10071007# Datatype: TSEncoding
1008- text_compressor=lz4
1008+ text_compressor=LZ4
10091009
10101010####################
10111011### Query Configurations
You can’t perform that action at this time.
0 commit comments