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

ASF GitHub Bot commented on TAJO-1991:
--------------------------------------

Github user jihoonson commented on the pull request:

    https://github.com/apache/tajo/pull/901#issuecomment-165404207
  
    This patch looks good to me. Test failure seems not related to the changes 
in this PR.


> Tablespace::getVolume should take filter predication
> ----------------------------------------------------
>
>                 Key: TAJO-1991
>                 URL: https://issues.apache.org/jira/browse/TAJO-1991
>             Project: Tajo
>          Issue Type: Improvement
>          Components: Storage
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.12.0, 0.11.1
>
>
> {{Tablespace::getVolume}} plays a role to guess or compute exactly the table 
> volume. This volume result is usually used for join optimization. But, 
> currently {{Tablespace::getVolume}} just returns whole table volume. It may 
> cause sub optimal join order, especially in partitioned tables or indexable 
> tables like HBase.
> The main objective of this patch is to improve {{getVolume}} method to take 
> filter predicates and return more reasonable volume sizes according to 
> predicates.



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

Reply via email to