You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Christophe S (JIRA)" <ji...@apache.org> on 2015/01/14 16:20:34 UTC

[jira] [Comment Edited] (PHOENIX-1583) Deleted rows are not deleted in HBase

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

Christophe S edited comment on PHOENIX-1583 at 1/14/15 3:20 PM:
----------------------------------------------------------------

Duplicate of PHOENIX-1498
Sorry performed my tests in november ;-).


was (Author: salperwy):
Duplicate of PHOENIX-1498

> Deleted rows are not deleted in HBase
> -------------------------------------
>
>                 Key: PHOENIX-1583
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1583
>             Project: Phoenix
>          Issue Type: Improvement
>    Affects Versions: 4.2, 3.2
>            Reporter: Christophe S
>
> I performed some tests with Phoenix with lots of insertions and deletions. I inserted 200M rows and then deleted all of them. I was surprised to see that the count(*) after deleting all the data took the same time as with 200M rows in the table.
> I know Ii is related to the fact that the data are not really deleted in HBase:
> {code}
> KEEP_DELETED_CELLS => 'true'
> {code}
> Is there a way to change that?



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