Python API Apache IoTDB 是否支持 SDT 压缩算法?
Does Python API support SDT compression algorithm in the Apache IoTDB?
我使用Python API访问Apache IoTDB.The语句如下
session.create_time_series( "root.sg_test_01.d_01.s_03", TSDataType.FLOAT, TSEncoding.PLAIN, Compressor.SDT )
我不知道是否可以。
Apache IoTDB 版本:0.13
如果有人知道,请告诉我。
常见的 NonAligned 时间序列支持。使用 DATATYPE=INT32、ENCODING=PLAIN、LOSS=SDT、COMPDEV=2 创建时间序列 root.sg1.d0.s0
您可以参考本文档中的内容:
https://iotdb.apache.org/zh/UserGuide/V0.13.x/Data-Concept/Compression.html#%E6%97%8B%E8%BD%AC%E9%97%A8%E5%8E%8B%E7%BC%A9
我使用Python API访问Apache IoTDB.The语句如下
session.create_time_series( "root.sg_test_01.d_01.s_03", TSDataType.FLOAT, TSEncoding.PLAIN, Compressor.SDT )
我不知道是否可以。
Apache IoTDB 版本:0.13
如果有人知道,请告诉我。
常见的 NonAligned 时间序列支持。使用 DATATYPE=INT32、ENCODING=PLAIN、LOSS=SDT、COMPDEV=2 创建时间序列 root.sg1.d0.s0 您可以参考本文档中的内容: https://iotdb.apache.org/zh/UserGuide/V0.13.x/Data-Concept/Compression.html#%E6%97%8B%E8%BD%AC%E9%97%A8%E5%8E%8B%E7%BC%A9