Why there is no method to delete a row, or a column in Cassandra ‘kallaspriit’ for PHP?
Is this possible, to perform such an operation in Cassandra ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to use the client directly:
$cassandra->getClient()->remove($key, $column_path, $timestamp, $consistency_level)
or
I implemented the missing function and submitted the code for integration.
You can find the code there: https://github.com/kallaspriit/Cassandra-PHP-Client-Library/issues/3