Hi I have a 4 nodes Cassandra cluster, and replicate factor is 3, and write consistent level is ALL, and each write suppose to write to at least 3 nodes, right?
I check the schema, and found the parameter "Replicate on write: false", what does this parameter mean. How it impact the write behavior and consistency level? BRs