You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by zy...@apache.org on 2023/04/20 12:10:57 UTC

[iotdb] branch master updated (9870f332d6 -> 3405c49177)

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

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


    from 9870f332d6 Resolve quadratic complexity issue when flushing numerous Internal/Entity nodes in SchemaFile (#9659)
     add 3405c49177 Accelerate count all schema via schema statistic (#9660)

No new revisions were added by this update.

Summary of changes:
 .../mtree/store/disk/cache/CacheMemoryManager.java |  2 +-
 .../schemaregion/SchemaRegionSchemaFileImpl.java   | 15 +++++---------
 .../operator/schema/SchemaCountOperator.java       | 23 +++++++++++++---------
 .../operator/schema/source/DeviceSchemaSource.java | 12 +++++++++++
 .../operator/schema/source/ISchemaSource.java      |  4 ++++
 .../operator/schema/source/NodeSchemaSource.java   | 10 ++++++++++
 .../schema/source/PathsUsingTemplateSource.java    | 10 ++++++++++
 .../schema/source/TimeSeriesSchemaSource.java      | 12 +++++++++++
 8 files changed, 68 insertions(+), 20 deletions(-)