support range queries w/RandomPartitioner
-----------------------------------------
Key: CASSANDRA-1750
URL: https://issues.apache.org/jira/browse/CASSANDRA-1750
Project: Cassandra
Issue Type: New Feature
Components: Core
Affects Versions: 0.7.0
Reporter: Robert Collins
Priority: Minor
If we:
- store the original key in SSTables on disk
- send range queries to all nodes from the coordinator
- do a merge sort on the results
range queries should be reasonably efficient: within a node, each sstable can
efficiently answer the range query.
Filed at mdennis request.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.