Skip to content

Commit

Permalink
fix encoding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriCoder committed May 20, 2024
1 parent 6a94760 commit b5453a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions configuration/conf/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -235,22 +235,22 @@
# 压缩方式 UNCOMPRESSED | SNAPPY | LZ4 (仅对IoTDB有效)
# COMPRESSOR=LZ4

# BOOLEAN: PLAIN/RLE
# BOOLEAN: PLAIN/RLE 等,与对应 tsfile 版本中的 CompressionType 枚举类型保持一致
# ENCODING_BOOLEAN=RLE

# INT32: PLAIN/RLE/TS_2DIFF
# INT32: PLAIN/RLE/TS_2DIFF 等,与对应 tsfile 版本中的 CompressionType 枚举类型保持一致
# ENCODING_INT32=TS_2DIFF

# INT64: PLAIN/RLE/TS_2DIFF
# INT64: PLAIN/RLE/TS_2DIFF 等,与对应 tsfile 版本中的 CompressionType 枚举类型保持一致
# ENCODING_INT64=TS_2DIFF

# FLOAT: PLAIN/RLE/TS_2DIFF/GORILLA
# FLOAT: PLAIN/RLE/TS_2DIFF/GORILLA 等,与对应 tsfile 版本中的 CompressionType 枚举类型保持一致
# ENCODING_FLOAT=GORILLA

# DOUBLE: PLAIN/RLE/TS_2DIFF/GORILLA
# DOUBLE: PLAIN/RLE/TS_2DIFF/GORILLA 等,与对应 tsfile 版本中的 CompressionType 枚举类型保持一致
# ENCODING_DOUBLE=GORILLA

# TEXT: PLAIN/DICTIONARY
# TEXT: PLAIN/DICTIONARY 等,与对应 tsfile 版本中的 CompressionType 枚举类型保持一致
# ENCODING_TEXT=DICTIONARY

################ 真实数据集:测试数据 #####################
Expand Down

0 comments on commit b5453a9

Please sign in to comment.