You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/06/06 13:03:33 UTC

[incubator-iotdb] branch master updated (6f40c05 -> 8a642a4)

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

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


    from 6f40c05  Merge pull request #186 from apache/fix_missing_wal_node
     add a7c0221  simplify Path construction
     new 8a642a4  Merge pull request #193 from apache/f_construct_path

The 1 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/qp/physical/crud/InsertPlan.java |  2 +-
 .../main/java/org/apache/iotdb/tsfile/read/common/Path.java   | 11 ++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)


[incubator-iotdb] 01/01: Merge pull request #193 from apache/f_construct_path

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 8a642a4cb2a01e1ddaed1a3abd67075ca22441fe
Merge: 6f40c05 a7c0221
Author: Jialin Qiao <qj...@mails.tsinghua.edu.cn>
AuthorDate: Thu Jun 6 21:03:28 2019 +0800

    Merge pull request #193 from apache/f_construct_path
    
    simplify Path construction, which improves 17% write speed

 .../java/org/apache/iotdb/db/qp/physical/crud/InsertPlan.java |  2 +-
 .../main/java/org/apache/iotdb/tsfile/read/common/Path.java   | 11 ++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)