Hello
So after a delete like this with cql on my node1:
delete from valFamily where KEY = 'alexis....@....fr';
my gc_grace_seconds is 60
I wait for 2 - 3 minutes
I run a nodetool node1 compact
then I do a
select * from valFamily;
and then I have my row with only the key:
KEY |
alexis....@....fr |
where am I wrong, I would expect to have no results.
thank you
