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

Dave Brosius edited comment on CASSANDRA-3772 at 3/26/12 6:48 PM:
------------------------------------------------------------------

this patch was only to evaluate... I think we would need to embellish this 
patch to save the setting in the system table, before committing this patch. 
Hmm, then again, it's a chicken and egg thing. You can't read the setting if 
the setting is wrong in the yaml.... kind of bad. Perhaps system table settings 
should always be hashed with MD5, and this setting only applies to user 
keyspaces. 
                
      was (Author: [email protected]):
    this patch was only to evaluate... I think we would need to embellish this 
patch to save the setting in the system table, before committing this patch.
                  
> 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: 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