On Mon, Mar 4, 2013 at 9:53 PM, Kanwar Sangha wrote:
> Hi – If I configure a RF across 2 Data centres as below and assuming 3
> nodes per Data centre.
>
> ** **
>
> DC1: 2, DC2:2
>
> ** **
>
> I do a write with consistency level – local_quorum which ensures that
> there is no inter DC
Keep in mind that even at consistency level ONE or LOCAL_QUORUM, the write is
still sent to all replicas for the written key, even replicas in other data
centers. The consistency level just determines how many replicas are required
to respond that they received the write.
Is this true for Reads