Re: ByteOrderedPartitioner token generation

2011-10-05 Thread aaron morton
When considering such an expedition it is important to quantify the relative account of the terms "large" and "short". The modern gentleman may also find respite through the application of the Bulk Loader http://www.datastax.com/dev/blog/bulk-loading I would avoid using the BOP unless you are s

Re: ByteOrderedPartitioner

2011-09-18 Thread aaron morton
There is no real performance difference between the two partitions. Yes and no. Yes each replica will have the same data load if you set RF to the same number of nodes. No it's still not a good idea to have an unbalanced key range, you can still have throughput hot spots. Cheers --