Load balancing - Order preserving partition - New Keys prob.

2010-09-16 Thread Hien. To Trong
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

Re: Order preserving partitioning strategy

2010-08-23 Thread Hien. To Trong
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.

Order preserving partitioning strategy

2010-08-22 Thread Hien. To Trong
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