Re: default OrderPreservingPartitioner changed

2009-08-08 Thread Mark Robson
2009/8/7 Jonathan Ellis jbel...@gmail.com The default OPP now does comparisons based strictly on byte order, and is no longer collation aware. This is a better default choice for those who don't need collation since it's much faster. If you do need collation, the old partitioner is still

default OrderPreservingPartitioner changed

2009-08-07 Thread Jonathan Ellis
The default OPP now does comparisons based strictly on byte order, and is no longer collation aware. This is a better default choice for those who don't need collation since it's much faster. If you do need collation, the old partitioner is still available as CollatingOPP: -