[
https://issues.apache.org/jira/browse/PHOENIX-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gabriel Reid resolved PHOENIX-350.
----------------------------------
Resolution: Fixed
Bulk resolve of closed issues imported from GitHub. This status was reached by
first re-opening all closed imported issues and then resolving them in bulk.
> Support complete deletion of table including HBase metadata
> -----------------------------------------------------------
>
> Key: PHOENIX-350
> URL: https://issues.apache.org/jira/browse/PHOENIX-350
> Project: Phoenix
> Issue Type: Task
> Affects Versions: 2.1.2-Release
> Reporter: Raymond Liu
>
> Seems that drop table only delete the row by put a delete on each row, while
> do not remove the hbase table. And since KEEP_DELETED_CELLS is set to true,
> then it seems there are no way to clean the data and reclaim the disk space,
> unless you delete hbase table by yourself...
> though this might be helpful for snapshot type of query. It still seems to me
> very inconvenience. since for most of time, since you drop the table, you
> actually mean delete it completely!
> So, maybe, at least, we should add a parameter to let user choose to remove
> the hbase table together with the metadata.
--
This message was sent by Atlassian JIRA
(v6.2#6252)