|
19 | 19 |
|
20 | 20 | --> |
21 | 21 |
|
| 22 | +# Apache IoTDB 2.0.5 |
| 23 | + |
| 24 | +## Features & Improvements |
| 25 | +- Data Query: Support manual creation of tree-to-table views |
| 26 | +- Data Query: Table model adds window functions |
| 27 | +- Data Query: Table model adds the aggregate function approx_most_frequent |
| 28 | +- Data Query: Table model JOIN function expansion, supporting LEFT & RIGHT JOIN, ASOF LEFT JOIN |
| 29 | +- Data Query: Table model supports row pattern recognition, enabling capture of continuous data for analysis and calculation |
| 30 | +- Storage Management: Table model adds multiple system tables, such as: VIEWS (table view information), MODELS (model information), etc. |
| 31 | +- AI Management: AINode adds two built-in models: Timer-XL and Timer-Sundial |
| 32 | +- AI Management: AINode supports inference functions for tree models and table models |
| 33 | +- ... |
| 34 | + |
| 35 | +## Bugs |
| 36 | +- 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 |
| 37 | +- Fixed the error in aggregate query with order by time + align by device for single device across regions |
| 38 | +- Fixed the error in aggregate query with order by time + align by device for multiple devices across regions |
| 39 | +- Data synchronization batching supports sink.batch.max-delay-ms, providing more fine-grained cache time control |
| 40 | +- Fixed the potential NPE issue when the tablet contains null values during data synchronization with sink format=tsfile |
| 41 | +- Fixed the incorrect processing result of pipe processor when writing tablets with null values with duplicate timestamps |
| 42 | +- Fixed the issue of tree model load updating table model schema cache |
| 43 | +- Fixed the issue where disruptor queue close could not be completed, which might cause the DN stop script to get stuck |
| 44 | +- Fixed multiple issues of data synchronization in normal scenarios, restart scenarios, and deletion scenarios |
| 45 | +- Fixed the time formatting issue when exporting table model to csv |
| 46 | +- ... |
| 47 | + |
22 | 48 | # Apache IoTDB 2.0.4 |
23 | 49 |
|
24 | 50 | ## Features & Improvements |
|
0 commit comments