Skip to content

Apache TsFile 1.0.0

Latest
Compare
Choose a tag to compare
@HTHou HTHou released this 20 Feb 01:53
· 36 commits to develop since this release
c5c3484

New Features

  • Support registering devices
  • Support registering measurements
  • Support adding additional measurements
  • Support writing timeseries data without pre-defined schema
  • Support writing timeseries data with pre-defined schema
  • Support writing with tsRecord
  • Support writing with Tablet
  • Support writing data into a closed TsFile
  • Support query timeseries data without any filter
  • Support query timeseries data with time filter
  • Support query timeseries data with value filter
  • Support BOOLEAN, INT32, INT64, FLOAT, DOUBLE, TEXT data types
  • Support PLAIN, DICTIONARY, RLE, TS_2DIFF, GORILLA, ZIGZAG, CHIMP, SPRINTZ, RLBE encoding algorithm
  • Support UNCOMPRESSED, SNAPPY, GZIP, LZ4, ZSTD, LZMA2 compression algorithm

New Contributors

Full Changelog: https://github.com/apache/tsfile/commits/v1.0.0