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

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


    from 5911f231b79 Pipe: Using caching to optimize the verifyTableDataType 
method in the Load analysis phase (#15007)
     add 9154e7c67c8 revert: page access when initialize statistics and build 
TsBlock for aligned memchunk (#15013)

No new revisions were added by this update.

Summary of changes:
 .../memtable/AlignedReadOnlyMemChunk.java          | 318 +++++++--------------
 .../memtable/AlignedWritableMemChunk.java          | 134 +++------
 .../dataregion/memtable/ReadOnlyMemChunk.java      |   6 +-
 .../read/reader/chunk/MemAlignedChunkReader.java   | 188 ++++--------
 .../db/utils/datastructure/AlignedTVList.java      |  55 ++--
 .../MergeSortAlignedTVListIterator.java            | 147 +++-------
 .../datastructure/MergeSortTVListIterator.java     |  55 ++--
 .../utils/datastructure/PageColumnAccessInfo.java  |  52 ----
 8 files changed, 296 insertions(+), 659 deletions(-)
 delete mode 100644 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/utils/datastructure/PageColumnAccessInfo.java

Reply via email to