TDengine 3.3.6.0 Release Notes
Features
- feat: supports Decimal data type
- feat: improve compatibility of taosc
- feat: support retrieving the values of other columns in the row returned by the single-row selection function through the cols keyword.
- feat: integrate with haixun database api
- feat: support constant as join primary key
- feat: change the max value of minFreeDiskSize to 2TB
- feat: supports control the retention period of time-series data in the supertable via the KEEP parameter.
- feat: support backup to s3 storage in taosX
- feat: efficient data writing in JDBC
- feat: improve error handling of taosX
- feat: support persistent cache to guarantee data completement
- feat: iterate with perspective BI library
- feat: support taos_validate_sql in websocket
- feat: integrate Tableau with ODBC driver
- feat: supports virtual table
- feat: taosbechmark can generate csv files
- feat: TDengine now integrate with FineBI
- feat: supports the use of virtual tables in stream computing
- feat: stream computing supports the continue_window_close trigger mode.
- feat: stream computing supports window event notification
- feat: stream computing support setting a minimum duration limit for event window and state window.
- feat: support for greatest and least Functions
- feat: provide an alias regexp for the operator match.
- feat: experimental decimal data types support in explorer
- feat: support decimal types in rust connector
- feat: taosX/agent support https connection
- feat: explorer add support for sql formatter
- feat: taosX support export/import data-in tasks
- feat: support request ts as primary key in opc-da
Enhancements
- enh: when the topic enables the "only meta" option, the data subscription interface will no longer transmit time-series data.
- enh: support compact TDB files.
- enh: execute stream creation asynchronously to reduce response time.
- enh: improve kafka performance in taosX
- enh: support index creation for tag fields of nchar and varchar types.
- enh: significantly enhance the data synchronization performance between clusters
- enh: optimize the distribution of data files across multiple disks within the same tier in multi-level storage
- enh: connectors support new subscription params
- enh: improve the write performance of automatic table creation
- enh: taosX should raise error when WAL retention period is 0
- enh: improve error messages in explorer
- enh: improve performance of mqtt fetching messages
- enh: c# connector add async receiver for websocket connection
- enh: filter timestamp by configuration for hebei power transform
- enh: support stmt via websocket in taosBenchmark
- enh: increase the error troubleshooting information for dual-replica databases
- enh: improve consumer polling strategy in ws(taosAdapter)
- enh: Interp function supports interpolation over a time range.
- enh: support for monitoring vnode recovery progress through SQL
- enh: tracking new database with replica cli
- enh: support the use of conditional expressions in the CAST function
- enh: supports using the LIKE keyword in the SHOW VARIABLES series commands to enable pattern matching for variable names.
- enh: root can view/edit all tasks in explorer
- enh: OPCDA datasource table template can use
{/tagname}{id}{_id}
extractor - enh: introduce the "assign leader" command for dual-replica clusters to address the issue of cluster recovery when a dnode with a higher WAL version fails to start.
- enh: optimize the service recovery time of a dual-replica cluster after a single-node failure
- enh: refactor the STMT code to significantly enhance query and write performance.
- enh: improve benchmark writing robotics
- enh: extend the maximum password length to 255 characters.
- enh: when subscribe data, consumers can set the minimum rows and maximum waittime.
- enh: respect to log.* settings in configuration for opc logs
- enh: C taosws support session.timeout.ms
- enh: support long passwords with special characters in all components
- enh: support additional subscription parameters in JDBC
- enh: Python consumer can subscribe topic using newly added parameters
- enh: allow newly added subscription params without updating connectors
- enh: MQTT fallback to ssl when tcp failed
- enh: add a percentage sign (%) after the compression ratio value in the results displayed by show disk_info.
- enh: includes inspection tools in the Enterprise Edition.
- enh: stream computing supports sliding window in the force_window_close mode
- enh: supports silent uninstallation of the tar package using the -e parameter.
- enh: improve the efficiency of downsampling and group by tag queries
- enh: taosX does not allow start repeatedly
- enh: add DST(Daylight Saving Time) guideline
- enh: improve cpu/mem performance in OPC data-in
- enh: use fixed seconds format in explorer table view
- enh: support deletion of topics with active consumers.
Fixes
- fix: OOM may occur when dropping a super table containing a large number of child-tables.
- fix: taosX util to read archived data
- fix: explorer should raise error when password is not valid
- fix: In stmt2 interlace mode, asynchronous execution returns incorrect affectrow count.
- fix: explorer display error reason for backup tasks
- fix: vnode may go offline when dnode is overloaded
- fix: stream computing experiences a significant backlog of transactions during vgroup leader switch, resulting in computational delays.
- fix: fix explorer oss --version error
- fix: support special characters of password in Node.js
- fix: random value out of range in taosBenchmark
- fix: fix os error 10053 on windows for OPCUA
- fix: taosX panic when adapter/nginx restarted in some cases
- fix: the results of the show disk_info command are incorrect when configuring multi-level storage.
- fix: typo in the execution result of
show <database>.disk_info
- fix: when querying super table, using ORDER BY and LIMIT together may return an unexpected record.
- fix: allow health params in 2.x data-in
- fix: backup next execution time does allow past time
- fix: fix compatibility of backup task upgrading to latest
- fix: query error when performing a UNION operation on multiple nested queries.
- fix: in state window queries, if the same expression exists in both the PARTITION BY and SELECT clauses, it will cause taosd to crash.
- fix: when the subquery does not return any results but contains the LIMIT 1 clause, it may cause the result of the parent query to be abnormal or inaccurate.
- fix: taosc crash when table names contain
*
- fix: on windows, closing a JDBC PreparedStatement while writing data may cause the JVM to crash.#30106