[
https://issues.apache.org/jira/browse/CASSANDRA-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914250#action_12914250
]
Jonathan Ellis commented on CASSANDRA-1488:
-------------------------------------------
can you port the actual revision that was committed to 0.6 so i don't have to
redo all the edits?
> Allow index sampling ratio to be configured in storage-conf
> -----------------------------------------------------------
>
> Key: CASSANDRA-1488
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1488
> Project: Cassandra
> Issue Type: New Feature
> Components: Core
> Reporter: Jonathan Ellis
> Assignee: Jon Hermes
> Priority: Minor
> Fix For: 0.6.6, 0.7.0
>
> Attachments: 1488-TOTRUNK.txt, 1488.txt
>
>
> Cassandra keeps a sample of row keys in memory to look up the right block of
> index entries, to look up row data with. This is kept in the
> SSTableReader.indexSummary field. (See Google's BigTable paper for a
> high-level description of how this index works; cassandra's is slightly
> different in the details but the idea is the same.)
> We'd like to make IndexSummary.INDEX_INTERVAL configurable in
> storage-conf.xml, i.e., in the DatabaseDescriptor class. For 0.6, a global
> setting is fine.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.