Hello! I am trying to understand the consistency level (not serial consistency) required for LWTs. Basically what I am trying to understand is that if a consistency level of ONE is enough for a LWT write operation if I do my read with a consistency level of SERIAL?
It would seem so based on what is written for the datastax python driver: http://datastax.github.io/python-driver/api/cassandra/query.html#cassandra.query.Statement.serial_consistency_level However, that is the only place that I can find this information so I am a little hesitant to believe it 100%. By the way, I did find basically the same question ( https://www.mail-archive.com/user@cassandra.apache.org/msg45453.html) but I am unsure if the answer there really answers my question. Thank you in advance for any help! Best regards, Craig