iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

[To rel/1.0] [IOTDB-5055] Make SeriesScanOperator put enough data into TsBlock and then return

Open liuminghui233 opened this issue 3 years ago • 1 comments

TsBlock init takes much time, so we should let each TsBlock large enough to make its initialization cost overhead as small as possible.

However, when there exists too many unseq tsfiles, it will cause ScanOperator return small TsBlock(containing like 1 or 2 lines) which reduces the query performance.

liuminghui233 avatar Dec 01 '22 03:12 liuminghui233