github taosdata/TDengine ver-3.0.1.0
3.0.1.0

latest releases: ver-3.3.0.3, ver-3.3.0.2, ver-3.3.0.0...
20 months ago

Enhancements

  • Performance optimization for both writing and querying
  • Optimization for query plan in selecting from a super table
  • Performance optimization for inserting RSMA data
  • Performance optimization for last_row on super table or subtable
  • Space is supported when enclosed by escape character ``
  • Query result can be output to file using ">>" in TDengine CLI
  • "show vnodes" can be used in TDengine CLI
  • UpTime metric is refined to reflect the true UpTime
  • State Window can be used without aggregate
  • Some show commands are refined to display more information
  • Non-privileged user is not allowed to query information_schema and performance_schema by default
  • Non-privileged user is not allowed to create database if SYSINFO is set to 0
  • max/min can work with timestamp type
  • Stream computing supports deleting data

Fixed Bugs

  • Data loss after inserting new data and committing
  • Data loss when inserting into RSMA using taosBenchmark
  • Data loss when using schemaless protocols to write
  • taosd crash when inserting 200,000 tables with 1,000 rows in each table
  • taosd crash when inserting into RSMA table
  • taosd crash when subscribing to a database
  • taosd crash caused by parallel query
  • taosd crash caused by sample function on high volume of data
  • taosd crash caused by drop database while there are still topics in that DB
  • taosd crash if dropping a database while there is still writing into it
  • taosd crash when flushing database after a column of NCHAR type is updated to NULL
  • taosd crash when inserting into RSMA using two taosBenchmark in parallel
  • taosd crash if doing "drop stable" in parallel with taosBenchmark writing
  • taosd crash caused by Prometheus remote_write
  • taosd crash if there is dot character in db name enclosed by ``
  • taosd crash when selecting with order by
  • Memory leak in TDengine client driver
  • Memory leak caused by interp function
  • Memory leak when doing aggregation query on 1 million table while each table has 100 rows
  • Memory leak caused by creating/droping Time Range SMA
  • Linux package is wrongly reported by 360 as Trojan
  • Client program crash caused by chemaless_insert in taosc
  • Incorrect processing of apercentile function used with t-digest in nested query

What's Changed

New Contributors

Full Changelog: ver-3.0.0.1...ver-3.0.1.0

Don't miss a new TDengine release

NewReleases is sending notifications on new releases.