You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2022/01/14 13:07:26 UTC

[iotdb] branch master updated (bcd7a0b -> 2f49925)

This is an automated email from the ASF dual-hosted git repository.

xiangweiwei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from bcd7a0b  [IOTDB-2344]Fix docs as issue-2344 requested (#4823)
     add 2f49925  [IOTDB-2276] Optimize aligned query with value filter to accelerate it and reduce its memory footprint (#4768)

No new revisions were added by this update.

Summary of changes:
 .../cluster/query/ClusterUDTFQueryExecutor.java    | 21 ++++--
 .../apache/iotdb/db/metadata/path/AlignedPath.java | 18 +++++
 .../iotdb/db/metadata/path/MeasurementPath.java    |  3 +
 .../apache/iotdb/db/metadata/utils/MetaUtils.java  |  2 +-
 .../dataset/RawQueryDataSetWithValueFilter.java    | 52 ++++++++++++---
 .../db/query/dataset/UDTFAlignByTimeDataSet.java   |  2 +
 .../apache/iotdb/db/query/dataset/UDTFDataSet.java |  2 +
 .../db/query/dataset/UDTFNonAlignDataSet.java      |  2 +
 .../iotdb/db/query/executor/QueryRouter.java       | 10 ++-
 .../db/query/executor/RawDataQueryExecutor.java    | 77 +++++++++++++++++++---
 .../iotdb/db/query/executor/UDFQueryExecutor.java  | 21 ++++--
 .../query/udf/core/layer/RawQueryInputLayer.java   |  4 +-
 .../org/apache/iotdb/db/utils/FileLoaderUtils.java |  3 -
 .../SizeTieredCompactionRecoverTest.java           | 11 ++--
 .../apache/iotdb/tsfile/read/common/RowRecord.java | 18 +++++
 15 files changed, 209 insertions(+), 37 deletions(-)