[ 
https://issues.apache.org/jira/browse/CASSANDRA-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288706#comment-13288706
 ] 

Sylvain Lebresne commented on CASSANDRA-3772:
---------------------------------------------

bq. Is that something we can address in the index code then, instead of 
creating a new partitioner?

We could change the index code to write the token along with the key in the 
index rows, but it's unclear it would be a straight win since it means we'll do 
more I/O. It would also only work for new indexes, so we would have to keep 
compatibility with the old code and hence that's not hassle free either. Imho, 
if we do can find cases where md5 is a bottleneck, transitioning to a new 
murmur3 partitioned over time is cleaner.
                
> Evaluate Murmur3-based partitioner
> ----------------------------------
>
>                 Key: CASSANDRA-3772
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3772
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Dave Brosius
>             Fix For: 1.2
>
>         Attachments: 0001-CASSANDRA-3772-Test.patch, MumPartitionerTest.docx, 
> hashed_partitioner.diff, hashed_partitioner_3.diff, try_murmur3.diff, 
> try_murmur3_2.diff
>
>
> MD5 is a relatively heavyweight hash to use when we don't need cryptographic 
> qualities, just a good output distribution.  Let's see how much overhead we 
> can save by using Murmur3 instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to