Hi All, What happens if multiple processes send create table if not exist statement to cassandra? will there be any data corruption or any other issues if I send "create table if not exist" request often?
I dont see any entry in system.paxos table so is it fair to say "IF NOT EXISTS" doesn't automatically imply LWT? Thanks!