Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Previously, we will scan until we get at least one satisfied row and then we have chance to do time slice control.
However, when we do the predicate push down optimization, we may need much more time to get a satisfied row from tsfile, so we need to change the control processing of SeriesScanOperator and AlignedSeriesScanOperator.
We will do time check after we got one page data from SeriesScanUtil, even if it's an empty TsBlock.
more details can be seen in https://timechor.feishu.cn/docx/IMHxdHhrRoPg88x69wTc4RqynFf
Attachments
Issue Links
- links to