Re: What is there in the commit-log

2019-02-11 Thread Sreenivasulu Nallapati
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

Re: What is there in the commit-log

2019-02-11 Thread Horia Mocioi
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