TDengine 3.3.2.0 Release Notes
New Features/Optimizations
ALTER TABLE ADD COLUMN
supports ENCODE/COMPRESS- Improved the impact of compact on read/write under
stt_trigger=1
- Adjusted default value of
SupportVnodes
to 5+2*CPU cores - Removed
lossyColumns
parameter - Only one parameter takes effect when multiple parameters are modified in
ALTER TABLE
SupportVnodes
supports hot updates- Supports CentOS Stream
New Features/Optimizations (Enterprise Edition)
- Balance vgroup leader for specified db
- New configuration option
disable_create_new_file
for multi-level storage - Added speed limit settings for cross-level data migration in multi-level storage
- IP whitelist startup/stop supports hot updates
- Cancel database creation permissions for ordinary users
- Improved key configuration for database encryption
- Support for data compression of TDengine 2.0/3.0
- Support for Oracle data sources
- Support for Microsoft SQL Server data sources
- OPC type tasks can dynamically obtain new data points
- PI backfill supports breakpoint resume functionality
- Tasks of type PI backfill support Transformer
- PI data access performance optimization
taos-explorer
supports GEOMETRY/VARBINARY data typestaos-explorer
supports importing and exporting user and permission information- PI data sources support syncing new data points/data element attributes to TDengine
taosX
write end supports native connection- Kafka supports GSSAPI
- MQTT type tasks can pull sample data from the data source
- Support for Object array type data
- Support for parsing data through custom scripts
- Support for dynamically filtering data through plugins
Issues Fixed
- Modified command description missing for changing TTL and COMMENT in subtable
- Querying
FIRST/LAST + INTERVAL + FILL
causestaosd
to crash - Deleting
topicA
consumer group intmq
causes failure in consumingtopicB
of the same group - Parameter binding column index out of bounds causes
taosd
to crash - Querying
CAST
function causestaosd
to crash taosdlog
disappears after multiple resets of log- Insert fails for data with constant fields in a
SELECT
subquery EVENT_WINDOW
query causestaosd
to crash- Querying
INTERP + PARTITION BY COLUMN + FILL
causestaosd
to crash - Querying
LAST
returns values inconsistent with expectations EVENT_WINDOW + HAVING
filter condition not effectivetaosX
synchronization encounters null value in the first column causingtaosd
to crash (Enterprise Edition only)- Upgrading to 3.3.0.0 with
cachemodel
enabled leads to incorrect row count in queries ofLAST + GROUP BY
taos-explorer
navigation bar does not display all supertable names (Enterprise Edition only)- Composite primary key VARCHAR length exceeding 125 leads to
taosd
crashing on query taos CLI
andtaosAdapter
consume too much CPU