You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jaehwa Jung (JIRA)" <ji...@apache.org> on 2014/12/07 07:44:12 UTC

[jira] [Resolved] (TAJO-1213) Implement CatalogStore::updateTableStats

     [ https://issues.apache.org/jira/browse/TAJO-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaehwa Jung resolved TAJO-1213.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 0.9.1

> Implement CatalogStore::updateTableStats
> ----------------------------------------
>
>                 Key: TAJO-1213
>                 URL: https://issues.apache.org/jira/browse/TAJO-1213
>             Project: Tajo
>          Issue Type: Improvement
>          Components: catalog
>            Reporter: Jaehwa Jung
>            Assignee: Jaehwa Jung
>             Fix For: 0.9.1
>
>
> Currently, there is no method to update existing table information at CatalogStore. So, if user execute an insert query, tajo drop a table and then tajo create a table. It doesn't matter to tajo own CatalogStore like DerbyStore, MySQLStore. But it is a critical issue to HCatalogStore. if tajo drop a existing partitioned table, users will lose existing partition informations. As a result, they should repair table partition against their will. As you know, hive msck command can affect hive metastore performance.



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