On Wed, Feb 5, 2014 at 2:45 PM, Sameer Farooqui wrote:
> Does the new DataStax Python Driver 1.0.0 intelligently choose a
> coordinator that is also likely to be a replica partner for that row-key
> when using vnodes in C* 2.0? If so, how does it do it... just hash the
> row-key and see which part
Does the new DataStax Python Driver 1.0.0 intelligently choose a
coordinator that is also likely to be a replica partner for that row-key
when using vnodes in C* 2.0? If so, how does it do it... just hash the
row-key and see which partition range it falls in and which node owns that
range?
Here is