Christophe S created PHOENIX-1583:
-------------------------------------
Summary: 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)