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

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


    from 634e409  Change array pool lock to queue lock of each data type
     add 7545e38  Avoid Map<TSDataType, xxx>
     add 7f89148  Add LAST for TSDataType
     add fb7d09c  modify insertion
     add 7741710  merge branch

No new revisions were added by this update.

Summary of changes:
 .../db/engine/storagegroup/TsFileProcessor.java    | 55 ++++++++-------------
 .../org/apache/iotdb/db/metadata/MManager.java     |  2 +-
 .../iotdb/db/rescon/PrimitiveArrayManager.java     |  2 +-
 .../apache/iotdb/db/rescon/TVListAllocator.java    | 37 ++++++++------
 .../iotdb/db/utils/datastructure/BinaryTVList.java |  2 +-
 .../db/utils/datastructure/BooleanTVList.java      |  2 +-
 .../iotdb/db/utils/datastructure/DoubleTVList.java |  3 +-
 .../iotdb/db/utils/datastructure/FloatTVList.java  |  2 +-
 .../iotdb/db/utils/datastructure/IntTVList.java    |  2 +-
 .../iotdb/db/utils/datastructure/LongTVList.java   |  2 +-
 .../iotdb/db/utils/datastructure/TVList.java       | 30 +++++++++---
 .../storagegroup/StorageGroupProcessorTest.java    | 56 ++++++++++++++++++++--
 .../tsfile/file/metadata/enums/TSDataType.java     |  6 ++-
 13 files changed, 131 insertions(+), 70 deletions(-)

Reply via email to