Re: write on ONE node vs replication factor

2023-07-16 Thread Anurag Bisht
not be updated > yet. > > On Sun, Jul 16, 2023 at 8:06 AM Anurag Bisht > wrote: > >> thank you Jeff, >> it makes more sense now. How about I write with ONE consistency, >> replication factor = 3 and read consistency is QUORUM. I am guessing in >> that case, I wil

Re: write on ONE node vs replication factor

2023-07-15 Thread Anurag Bisht
e a given write right away. > > > On Jul 15, 2023, at 7:05 PM, Anurag Bisht > wrote: > > > >  > > Hello Users, > > > > I am new to Cassandra and trying to understand the architecture of it. > If I write to ONE node for a particular key and have a repl

write on ONE node vs replication factor

2023-07-15 Thread Anurag Bisht
Hello Users, I am new to Cassandra and trying to understand the architecture of it. If I write to ONE node for a particular key and have a replication factor of 3, would the written key will get replicated to the other two nodes ? Let me know if I am thinking incorrectly. Thanks, Anurag