[ 
https://issues.apache.org/jira/browse/TAJO-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13730580#comment-13730580
 ] 

Jinho Kim commented on TAJO-118:
--------------------------------

h5. Generated TPC-H DBGEN 100G


* Before
{code}
select count(*) from lineitem;
total response time: 216.671 sec
{code}
* After
{code}
select count(*) from lineitem;
total response time: 146.245 sec
{code}
                
> Refactor and Improve text file Scanner
> --------------------------------------
>
>                 Key: TAJO-118
>                 URL: https://issues.apache.org/jira/browse/TAJO-118
>             Project: Tajo
>          Issue Type: Improvement
>          Components: storage
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>         Attachments: TAJO-118.patch
>
>
> This will be reduce the execution time
> * Implement column projection
> * Change the split function to the apache StringUtils
> * Improve slow codes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to