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

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


    from ce8ffe5068d Try Opt Agg query in table model & correct the 
DataPartition Fetch & remove sync in validateSchema
     add f3449ee4229 Load: verify table-model device in batch & use 
DatanodeTableCache upon creating DB & remove synchronized usage of metadata 
(#13917)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  11 +
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |   5 +
 ...oricalDataRegionTsFileAndDeletionExtractor.java |   1 -
 .../analyze/load/LoadTsFileTableSchemaCache.java   | 374 +++++++++++++++++++++
 .../load/LoadTsFileToTableModelAnalyzer.java       | 132 ++------
 .../load/LoadTsFileToTreeModelAnalyzer.java        |   6 +-
 ...maCache.java => LoadTsFileTreeSchemaCache.java} |   6 +-
 ....java => TreeSchemaAutoCreatorAndVerifier.java} |  13 +-
 .../db/schemaengine/table/DataNodeTableCache.java  |   9 +
 9 files changed, 431 insertions(+), 126 deletions(-)
 create mode 100644 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/load/LoadTsFileTableSchemaCache.java
 rename 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/load/{LoadTsFileAnalyzeSchemaCache.java
 => LoadTsFileTreeSchemaCache.java} (98%)
 rename 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/analyze/load/{SchemaAutoCreatorAndVerifier.java
 => TreeSchemaAutoCreatorAndVerifier.java} (98%)

Reply via email to