On Fri, Nov 4, 2011 at 7:49 AM, Gary Shi <gary...@gmail.com> wrote: > I want to save time series event logs into Cassandra, and I need to load > them by key range (row key is time-based). But we can't use > RandomPartitioner in this way, while OrderPreservingPartitioner leads to hot > spot problem.
You should read this: http://rubyscale.com/2011/basic-time-series-with-cassandra/ -Brandon