I have two Cassandra datacenter, but all the servers are in the same building, connected with 10 gbps network.
I don't plan to have servers in another location.
The RF is 2 in each datacenter.
I need to ensure strong consistency, so I plan to use QUORUM.
Question : are there any advantages for me of using LOCAL_QUORUM instead of QUORUM ?
Thank you