Re: murmurhash partitioner

2012-02-13 Thread Sylvain Lebresne
https://issues.apache.org/jira/browse/CASSANDRA-3772 2012/2/13 Radim Kolar : > Are there plans to write partitioner based on faster hash alg. instead of > MD5? I did cassandra profiling and lot of time is spent inside MD5 function.

murmurhash partitioner

2012-02-13 Thread Radim Kolar
Are there plans to write partitioner based on faster hash alg. instead of MD5? I did cassandra profiling and lot of time is spent inside MD5 function.