Enhancements:

  • Performance optimization for "select *"
  • Improved error handling if the data to be inserted doesn't include timestamp
  • Performance optimization when there is "IN" clause in both inner and outter query
  • Performance optimization when counting disordered data of NCHAR type
  • Optimization for interp()

Fixed Bugs:

  • Crash caused by querying last_row() on a table of 4,000 columns
  • Crash caused by "select count(1)"
  • Crash caused by tag length exceeding the schema definition
  • Crash casued by commiting NONE or NULL to disk
  • Crash caused by fill(NULL) + interval + partition by tbname
  • Crash caused by fill_history + partition by tbname + state_window/session
  • Crash caused by stream processing in crash_gen
  • Crash at executor/src/sortoperator.c
  • Crash at libs/executor/src/tfill.c
  • Crash at executor/src/sortoperator.c
  • Crash happened in stability testing with replica=3
  • Crash caused by creating stream on child table with fill_history and data filtering
  • Overflow when converting time decision
  • SIGABORT received if the data to be inserted doesn't incldue timestamp
  • "Use DB" got error: Database is in dropping status
  • fill(value, '1') should NOT succeed for a column of integer type
  • "Invalid read of size 1" reported by Valgrind
  • Duplicate child table name is generating when creating child table automatically
  • Incorrect result returned by fill_history + partition by tbname + interval
  • Database should not be created if its name exceeds the upper limit
  • Other dnodes go to offline if one node is down and restarted
  • User should not be created if the password length exceeds upper limit
  • A lot of issues found by Address Sanitier
  • Bugs found by 3rd party database verification tool

What's Changed

Full Changelog: https://github.com/taosdata/TDengine/compare/ver-3.0.1.7...ver-3.0.1.8

项目简介

TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps.

🚀 Github 镜像仓库 🚀

源项目地址

https://github.com/taosdata/TDengine

发行版本 106

3.1.0.2

全部发行版

贡献者 50

全部贡献者

开发语言

  • C 83.6 %
  • Shell 7.5 %
  • C++ 2.7 %
  • Go 1.8 %
  • C# 1.3 %