Skip to content

Releases: apache/tsfile

Apache TsFile 1.0.0

20 Feb 01:53
c5c3484
Compare
Choose a tag to compare

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