You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jihoon Son (JIRA)" <ji...@apache.org> on 2015/10/20 08:43:27 UTC

[jira] [Created] (TAJO-1940) Implement HBaseTablespace::getTableVolume() method

Jihoon Son created TAJO-1940:
--------------------------------

             Summary: Implement HBaseTablespace::getTableVolume() method
                 Key: TAJO-1940
                 URL: https://issues.apache.org/jira/browse/TAJO-1940
             Project: Tajo
          Issue Type: Task
          Components: HBase Storage
            Reporter: Jihoon Son
             Fix For: 0.11.1


Table volume has an important role in query planning. Tajo's query optimizer makes many decisions based on table volume, because it is currently the only available statistics. 

However, HBaseTablespace doesn't support getTableVolume() method, so our plan is not good when the query involves any HBase tables. 



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