Suppose there is one datacenter with 5 nodes and RF=3. If I set the write consistency level to QUORUM before inserting what will be the number of expected replica nodes to satisfy.
Usually LOCAL_QUORUM takes ((RF/2)+1) no of nodes from a datacenter where the coordinator node is. I want to know if using QUORUM will suffice.