shuwenwei opened a new pull request, #16643:
URL: https://github.com/apache/iotdb/pull/16643

   ## Description
   Optimize memtable scan https://github.com/apache/iotdb/pull/16576
   
   1. unpackOneFakeMemChunkMetaData exits early after exceeding filter 
timeranges
   2. Non-aligned series push offset and limit down to the nextBatch method 
during the construction of TsBlock
   3. Aligned series handles pushDownFilter, offset, and limit when the 
rebuildTsBlock method needs to be called
   4. Skip unnecessary timestamps by binary search TVList
   5. Added a LazyBitmap to avoid constructing a too large Bitmap when calling 
nextBatch of AlignedTVListIterator


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to