I have already asked a question about creating Batch Statements in C* python. https://community.datastax.com/questions/7313/how-to-use-cassandra-batch-statements-in-python.html?childToView=7338#comment-7338. I got an answer to use BatchQuery. I found very difficult to code using that.
I have then searched datastax docs for an alternate command and I found BatchStatement in C* package. So what is the difference between BatchQuery and BatchStatement?
Which one is good for querying CRUD op during denormalization? Will that be useful when deploying applications like SpaceCraft application on week 3 exercise?
If not, which approach will be useful for denormalization when deploying application ?