Jonathan Ellis created CASSANDRA-4904:
-----------------------------------------

             Summary: log index scan subject in CompositesSearcher
                 Key: CASSANDRA-4904
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4904
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.2.0 beta 1
            Reporter: Jonathan Ellis
            Assignee: Sylvain Lebresne
            Priority: Minor
             Fix For: 1.2.0


Would like to do the equivalent of this from KeysSearcher:

{code}
        if (logger.isDebugEnabled())
            logger.debug("Most-selective indexed predicate is on {}", 
baseCfs.getComparator().getString(primary.column_name));
{code}

Not sure how to figure out what part of the comparator the indexed name belongs 
to here, with which to getString it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to