Re: Order preserving partitioning strategy

2010-08-26 Thread Mohamed Ibrahim
Hi All, There might be a simpler way to make the OPP achieve even, or close to even loads. The small change here is that the OPP has to use thresholds to distribute keys instead of centers. Every node should have a MIN and a MAX threshold. A key gets inserted in a node x if MIN_x MAX_(n-1), then

Re: Order preserving partitioning strategy

2010-08-26 Thread Mohamed Ibrahim
ited paper (Rhul's paper) and will also look at the other ticket. [1] http://wiki.apache.org/cassandra/StorageConfiguration ( under config overview >> partitioner ) Thanks for the reply, Mohamed Ibrahim On Thu, Aug 26, 2010 at 1:49 PM, Nick Bailey wrote: > Tokens are really no differe

Re: improving read performance

2010-09-20 Thread Mohamed Ibrahim
Just in case some one uses the equations on that page, there is a small mathematical mistake. The exponent is missing a -ve sign, so the error rate is : ( 1 - exp(-kn/m) )^k . Mohamed On Mon, Sep 20, 2010 at 3:04 PM, Peter Schuller wrote: > > Actually, the points you make are things I have over