Cassandra Token Aware -
i have cassandra 1.2 cluster using vnodes (default of 256 per node). i'd predict placement of these vnodes physically within ring within client can more efficiently select coordinator node per query.
i know vnodes randomly spread around ring i'd need query cassandra @ least once per client instance.
any idea if it's possible? cassandra-sharp has looks stubbed class selecting endpoint it's row key: tokenawarestrategy. far can tell has no partitioning logic. has done before?
alex
cqlsharp has working implementation of tokenaware strategy. see cqlsharp wiki on details how use it.
the datastax .net driver under heavy development. i've seen working on same kind of logic, unsure current state is.
Comments
Post a Comment