Unclaimed project
Are you a maintainer of iotdb? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
iotdb
Apache IoTDB
Back to changelogNew
Apache IoTDB 2.0.5
Features & Improvements
- Data Query: Support manual creation of tree-to-table views
- Data Query: Table model adds window functions
- Data Query: Table model adds the aggregate function approx_most_frequent
- Data Query: Table model JOIN function expansion, supporting LEFT & RIGHT JOIN, ASOF LEFT JOIN
- Data Query: Table model supports row pattern recognition, enabling capture of continuous data for analysis and calculation
- Storage Management: Table model adds multiple system tables, such as: VIEWS (table view information), MODELS (model information), etc.
- AI Management: AINode adds two built-in models: Timer-XL and Timer-Sundial
- AI Management: AINode supports inference functions for tree models and table models
- ...
Bugs
- Fixed the issue where the where time > X and time < X in last query was not applied to partitioned table fetching, failing to hit PartitionCache
- Fixed the error in aggregate query with order by time + align by device for single device across regions
- Fixed the error in aggregate query with order by time + align by device for multiple devices across regions
Data synchronization batching supports sink.batch.max-delay-ms, providing more fine-grained cache time controlFixed the potential NPE issue when the tablet contains null values during data synchronization with sink format=tsfileFixed the incorrect processing result of pipe processor when writing tablets with null values with duplicate timestampsFixed the issue of tree model load updating table model schema cacheFixed the issue where disruptor queue close could not be completed, which might cause the DN stop script to get stuckFixed multiple issues of data synchronization in normal scenarios, restart scenarios, and deletion scenariosFixed the time formatting issue when exporting table model to csv...New Contributors
- @jtmer made their first contribution in https://github.com/apache/iotdb/pull/15468
- @Young-Leo made their first contribution in https://github.com/apache/iotdb/pull/14423
Full Changelog: https://github.com/apache/iotdb/compare/v2.0.4...v2.0.5