Search code examples
cassandraphpcassa

How to remove the RowKey?


With PHPCassa I am removing a row. But when I use remove($uuid) the uuid stays in the DB. Is there a way to remove the row and the RowKey?

Thanks in advance.


Solution

  • Short answer: no.

    See the explanation in the FAQ: Why do deleted keys show up during range scans?