Hi,
I am developing a system with some features like cassandra.
I want to add order preserving partitioning strategy, but I don't know how to
implement it.
In cassandra paper - Cassandra - A Decentralized Structured Storage System
"Cassandra partitions data across the cluster using consistent has
Hi,
OrderPreservingPartitioner is efficient range queries but can cause unevently
distributed data.
Does anyone has an idea of a HybridPartitioner which takes advantages of both
RandomPartitioner and OPP,
or at least a partitioner trade off between them.
Hi all,
Thanks you for your comments.
I already read some papers about load balancing in P2P which some of them allow
range query.
During this time, I find another problem: "NEW KEYS"
Karger - Simple efficient load balancing algorithms for p2p systems. (support
OPP)
John Byers - Simple load bala