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

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


    from 6be2c09eef5 fix bug
     add 38bd6f54248 fix(i18n): use DataNodeMiscMessages constants for new 
AlignedTVList exceptions
     add 8cbd306a0f1 perf: drop alignedTVListColumnAccessMap reference in 
cleanup instead of clearing it
     add d2f64d2c106 fix i18n & fix time only query
     add 71cebc5b7b4 fix: account N-wide container memory in partial clone ram 
size
     add 44cda652b01 feat(test): add end-to-end aligned partial column clone 
test
     add df7e30cb75e fix: count all slot references for retained columns in 
partial clone ram size
     add f7df7b689c5 perf: avoid O(N) transient allocation in aligned partial 
clone

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/i18n/DataNodeMiscMessages.java |  19 +++
 .../apache/iotdb/db/i18n/DataNodeMiscMessages.java |  19 +++
 .../fragment/FragmentInstanceContext.java          |  13 +-
 .../execution/fragment/QueryContext.java           |  11 ++
 .../memtable/AbstractWritableMemChunk.java         |   8 +-
 .../db/utils/datastructure/AlignedTVList.java      | 167 ++++++++++++++++----
 .../db/utils/datastructure/BackAlignedTVList.java  |   6 +-
 .../db/utils/datastructure/QuickAlignedTVList.java |   6 +-
 .../db/utils/datastructure/TimAlignedTVList.java   |   6 +-
 .../fragment/FragmentInstanceExecutionTest.java    | 170 +++++++++++++++++++++
 10 files changed, 383 insertions(+), 42 deletions(-)

Reply via email to