Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
SeqScanExec internally uses if-condition branch to perform filter iteration or full-scan iteration on a table. It is possible to cause branch misprediction. Also, this approach makes code messy. This patch introduce an scan iterator to simplify the if-condition branch.
Attachments
Issue Links
- is related to
-
TAJO-1658 Filter push down to underlying storages
-
- Resolved
-