The Cassandra version is 1.1.1, and the thrifty version of the client is 1.0. First, I insert four lines in Cassandra with cql (call method Cassandra.client.execute_cql_query() ). Then I delete one using cql, and then I request a date with the Cassandra Cluster Admin (PHP client) that the row has been deleted.
But when I requested the date with cql SELECT * FROM mycolumnfamily , the string still exists! Can anyone explain why this happened?
source share