You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2015/06/24 13:12:04 UTC

[jira] [Created] (TAJO-1659) Simplify scan iteration in SeqScan

Hyunsik Choi created TAJO-1659:
----------------------------------

             Summary: Simplify scan iteration in SeqScan
                 Key: TAJO-1659
                 URL: https://issues.apache.org/jira/browse/TAJO-1659
             Project: Tajo
          Issue Type: Improvement
          Components: physical operator
            Reporter: Hyunsik Choi
            Assignee: Hyunsik Choi
             Fix For: 0.11.0


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)