You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benedict (JIRA)" <ji...@apache.org> on 2014/04/26 01:09:19 UTC

[jira] [Created] (CASSANDRA-7096) Evaluate murmur hash of token only once

Benedict created CASSANDRA-7096:
-----------------------------------

             Summary: Evaluate murmur hash of token only once
                 Key: CASSANDRA-7096
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7096
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Benedict
            Assignee: T Jake Luciani
            Priority: Minor
             Fix For: 3.0


Every bloom filter lookup we perform recalculates the murmur hash for the token. I propose we extend DecoratedKey for the purposes of reads only, and attach the full murmur hash to it so that we can pass these directly to the bloom filter.



--
This message was sent by Atlassian JIRA
(v6.2#6252)