I was going to a blog by Datastax which says it is not recommended to recreate table with same name. That is drop the table and create with the same name. Here is the link for Datastax recreate table faq. It talks about jira ticket CASSANDRA-5202. It was fixed in 2.1.
I have questions, I am on Cassandra 2.1.16
- Is it safe to recreate table or keyspace with same name after dropping?
- What precautions we must take if we recreate table or keyspace with same name?