There is another possible approach that I reference from the original
Dynamo paper. Instead of trying to manage a heterogeneous cluster at the
cassandra level, it might be possible to take the approach Amazon took.
Find the smallest common denominator of resource for your nodes(most likely
your sma
Hi, I was trying to compile a simple example for connecting to a cassandra
instance using the thrift interface. As a note, I am doing all of this
without access to super user privileges on a linux machine.
I installed thrift and the c++ generator, put the include headers on my
CPLUS_INCLUDE_PATH v