What is mutation in cassandra? What is it doing? i didnt find any full information about it…
Can you answer or share the link with manual or description
Thanks
What is mutation in cassandra? What is it doing? i didnt find any full
Share
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.
From http://wiki.apache.org/cassandra/API:
Mutation
A Mutation encapsulates either a column to insert, or a deletion to execute for a key. Like ColumnOrSuperColumn, the two properties are mutually exclusive – you may only set one on a Mutation.