Hi Horia,
Thanks for the response. I was looking in terms of how commit-log will
store each operation internally.
My queries are, for each one of the below query how commit log entry will
look like
Insert/Update/Delete: will there be insert/update/delete statement and
values in the commit-log?
DD
Hello Sreeni,
When a write occurs to Cassandra, the operations is first stored in the
commit log. Write operation means: insert/update, delete or column family
change.
You can check the following explanations regarding the use of commit logs.
-
http://cassandra.apache.org/doc/latest/archi