You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ge...@apache.org on 2020/07/30 08:18:40 UTC

[incubator-iotdb] branch optimize_path updated (09f5a88 -> 6c90f67)

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

geniuspig pushed a change to branch optimize_path
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 09f5a88  Update SqlBase.g4
     new b4092a6  cached string pool
     new 31e536d  fix conflict
     new 6c90f67  Merge pull request #1584 from Alima777/optimize_path

The 3995 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:
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  5 +-
 .../org/apache/iotdb/db/engine/StorageEngine.java  | 47 +++++++++++------
 .../engine/storagegroup/StorageGroupProcessor.java |  1 -
 .../db/engine/storagegroup/TsFileResource.java     | 47 +++++++++--------
 .../org/apache/iotdb/db/metadata/mnode/MNode.java  | 11 ++--
 .../apache/iotdb/db/rescon/CachedStringPool.java   | 25 +++++++++
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  8 +--
 .../apache/iotdb/db/metadata/MetaUtilsTest.java    | 60 ++++++++++++++++++++++
 .../apache/iotdb/db/sql/CheckPathValidityTest.java | 10 ++--
 9 files changed, 160 insertions(+), 54 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/rescon/CachedStringPool.java
 create mode 100644 server/src/test/java/org/apache/iotdb/db/metadata/MetaUtilsTest.java