In theory you could grab the commit log, you would then have to work with
internal cassandra structures to understand what is in there.
Otherwise do it at the app level or design it into your data model.
Cheers
-
Aaron Morton
Freelance Developer
@aaronmorton
http://www.thelas
Hello,
What is the best way to log write operations (insert,remove, counter
add, batch operations) in Cassandra. I need to store the operations
(with values being passed) in some fashion or the other for audit
purposes (and possibly to undo some operation after inspection).
Thanks.