> Ben Browning wrote... > >[snip/] >... >.... I've been able to read columns out of Cassandra at >an order of magnitude higher than what you're seeing here but there >are too many variables to directly compare.
I've been reading with ConsistencyLevel QUORUM in my timings. If I change to ConsistencyLevel ONE, I get around 4-5x better read performance. But I guess that was to be expected, right. Hmm.