Skip to content

Releases: taosdata/TDengine

3.2.2.0

22 Dec 01:19
Compare
Choose a tag to compare

New Features

  1. Data compacting operations can be queried and killed (Enterprise only)
  2. Simple Storage Service or Object Storage Service (aka S3) can be used at the last tier of multi-tier storage (Enterprise only)
  3. Stream processing supports Event Window
  4. TDenginer server supports Windows/x64 platform (Enterprise only)
  5. ODBC driver

Improvements

  1. Performance improvement for some query scenarios, like partition by and sorting for super tables
  2. Adaptive API for BI tool integration
  3. Performance improvement for snapshot transfer, which accelerates the speed of redistributing vgroup or altering replica
  4. Floating point numbers can be written into columns of integer type

What's Changed

Read more

3.2.1.0

17 Nov 06:55
Compare
Choose a tag to compare

New Fetures:

  • View
  • Optimized query for BI tool integration
  • Optimized data recovery when one disk is disrupted using multi-level storage

Improvements

  • Performance optimization when querying last()/last_row() with primary key or other functions together

What's Changed

Read more

3.2.0.0

30 Oct 02:18
Compare
Choose a tag to compare

New Features

  1. IP White List
  2. Configurable floating point lossy compression
  3. balance vgroup leader for a specific vgroup

Improvements

  1. Performance optimization for partition by column
  2. Performance optimization for partition by column with limit/slimit
  3. Performance optimization for partition by column with interval
  4. Block leve lcache for retrieving data on S3
  5. Split vgroup and redistribue vnode with existing of data subscription

What's Changed

Read more

3.1.1.4

20 Sep 03:56
Compare
Choose a tag to compare

Fixed bugs:

  1. core dump when selecting ins_tables
  2. replica data size is much bigger than expected when executing split vgroup
  3. wrongly removing other components in install.sh and rmtaos

What's Changed

Full Changelog: ver-3.1.1.1...ver-3.1.1.4

3.1.1.1

11 Sep 15:03
51c9656
Compare
Choose a tag to compare

Fixed bugs found on ARM64 and Kylin OS

What's Changed

Full Changelog: ver-3.1.1.0...ver-3.1.1.1

3.1.1.0

03 Sep 13:35
Compare
Choose a tag to compare

New Features/Improvements

  • Stream processing can be used in database with 3 replica
  • Join performance optimization
  • Performance improvement for interval + limit
  • Audit log (TDengine Pro only)

What's Changed

Read more

3.1.0.3

28 Aug 01:49
Compare
Choose a tag to compare

Fixed bugs

  • It took too long when upgrading from lower versions to 3.1.0.2 in some cases
  • Some query issues

What's Changed

Full Changelog: ver-3.1.0.2...ver-3.1.0.3

3.1.0.2

22 Aug 10:13
Compare
Choose a tag to compare

Fixed Bugs

  • taosd crash in some query scenarios
  • data subscription: position() get same offset after two pols() with data
  • interp: data out of specified time range is returned
  • show create table: additional "sma()" is returned in the SQL
  • alter the length of VARCHAR failed

What's Changed

Full Changelog: ver-3.1.0.1...ver-3.1.0.2

3.1.0.0

10 Aug 03:37
Compare
Choose a tag to compare

Note: Once you upgrade to this release, you can't go back to old version
Note: Please must drop streams before upgrading

  1. New Features & Improvements
  • Performance improvement for Join
  • Performance improvement for order by non-primary key + limit
  • Performance and memory usage improvement for stable order by primary key + limit
  • Performance improvement for counting out of order data
  • Improved fault tolerance when disk is broken
  • New data type: Geometry
  • Stream with fill history can be paused/resumed
  • Load balance among level 0 disks (Enterprise only)
  • Performance improvement in high cardinality case (Enterprise only)
  • Compacting data doesn't block writing (Enterprise only)
  • Data retention in multi-level storage doesn't block writing (Enterprise only)
  1. Fixed Bugs
  • Fixed some bugs found in previous releases

What's Changed

Read more

3.0.7.1

17 Jul 02:19
Compare
Choose a tag to compare

Fixed bugs

  • problems in the APIs for data subscription

What's Changed

Full Changelog: ver-3.0.7.0...ver-3.0.7.1