TDengine 3.3.2.0 Release Notes
New Features/Optimizations
alter table add column
supports ENCODE/COMPRESS- Improved impact of compact on read/write when
stt_trigger=1
- Adjust default value of
SupportVnodes
to5 + 2 * CPU cores
- Removed
lossyColumns
parameter - Only one parameter takes effect when modifying multiple parameters with
alter table
SupportVnodes
supports hot updates- Support for CentOS Stream
New Features/Optimizations (Enterprise Edition)
- Balance vgroup leader for specified db
- Multi-tier storage adds configuration item
disable_create_new_file
- Multi-tier storage adds rate limiting to cross-tier data migration
- Hot update support for IP whitelist activation/deactivation
- Ordinary users are no longer allowed to create databases
- Improved key configuration for database encryption
- Support for data compression in TDengine 2.0/3.0
- Support for Oracle data sources
- Support for Microsoft SQL Server data sources
- OPC type tasks can dynamically acquire new data points
- PI backfill supports resuming from breakpoints
- PI backfill type tasks support Transformer
- Performance optimization for PI data access
taos-explorer
supports GEOMETRY/VARBINARY data typestaos-explorer
supports import and export of user and permission information- PI data source supports synchronization of new data points/data element attributes to TDengine
- Native connection support in taosX writer
- Kafka supports GSSAPI
- MQTT type tasks can pull sample data from data sources
- Support for Object array data types
- Support for data parsing through custom scripts
- Support for dynamic data filtering through plugins
Bug Fixes
- Added missing commands for modifying TTL and COMMENT in subtables
- Querying
first/last + interval + fill
causestaosd
to crash - Deleting topicA consumer group in
tmq
causes consumption failure in topicB with the same group - Parameter binding column index out of bounds causes
taosd
to crash - Querying
cast
function causestaosd
to crash taosdlog
disappears after multipleresetlog
insert
fails when inserting data from a select subquery with constant fieldsevent_window
query causestaosd
to crash- Querying
interp + partition by column + fill
causestaosd
to crash - Query
last
returns values not as expected event_window + having
filter conditions not taking effecttaosX
sync encounters null values in the first column causingtaosd
to crash (Enterprise Edition only)- Upgrading to 3.3.0.0 and enabling
cachemodel
causes incorrect row count returns forlast + group by
taos-explorer
navigation bar does not display all supertable names (Enterprise Edition only)- Querying causes
taosd
to crash when compound primary key VARCHAR length exceeds 125 - High CPU usage by
taos CLI
andtaosAdapter