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

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


    from 13517590d5e finish analyze
     add 532e7430426 [Table Model] Implement table device cache (#12702)
     new 6a7f837d1d2 Add WrappedStatement
     new 4707dfd7f4d add schema execution adaption
     new 2b282e7b0fd finish analyze
     new abb76535b32 Merge branch 'TableModelIngestion' of 
github.com:apache/iotdb into TableModelIngestion

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../fetcher/cache/TableDeviceCacheEntry.java}      |  41 +++++----
 .../metadata/fetcher/cache/TableDeviceId.java}     |  41 +++++----
 .../fetcher/cache/TableDeviceSchemaCache.java      |  86 ++++++++++++++++++
 .../metadata/fetcher/cache/TableId.java}           |  44 +++++----
 .../fetcher/cache/TableDeviceSchemaCacheTest.java  | 100 +++++++++++++++++++++
 .../apache/iotdb/commons/schema/MemUsageUtil.java  |   2 +-
 6 files changed, 263 insertions(+), 51 deletions(-)
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/{storageengine/dataregion/DeviceLastFlushTime.java
 => 
queryengine/plan/relational/metadata/fetcher/cache/TableDeviceCacheEntry.java} 
(50%)
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/{schemaengine/schemaregion/read/resp/info/impl/ShowNodesResult.java
 => queryengine/plan/relational/metadata/fetcher/cache/TableDeviceId.java} (52%)
 create mode 100644 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/fetcher/cache/TableDeviceSchemaCache.java
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/{schemaengine/schemaregion/read/resp/info/impl/ShowNodesResult.java
 => queryengine/plan/relational/metadata/fetcher/cache/TableId.java} (52%)
 create mode 100644 
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/fetcher/cache/TableDeviceSchemaCacheTest.java

Reply via email to