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

Vijay commented on CASSANDRA-749:
---------------------------------

I was watching this ticket... and i think we can do one more thing to make the 
local-index more efficient (If the user gives hits)... For example: while 
writing data the user can say (hint, key) --> which will be used by the 
partitioner to keep the data closer within a range of nodes.... scaling will 
not be a problem, when user adds nodes it will go to the most populated node 
anyways.... While querying if the user gives us the hint like (Org, 
valueToSearch) then we know where to search for. Just an interm solution to 
scale queries?

> Secondary indices for column families
> -------------------------------------
>
>                 Key: CASSANDRA-749
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-749
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Gary Dusbabek
>            Assignee: Gary Dusbabek
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 
> 0001-add-rowpredicate-keypredicate-keycount-multiget.txt, 
> 0001-simple-secondary-indices.patch, 
> 0002-add-IndexClause-to-KeyPredicate.txt, views-discussion-2.txt, 
> views-discussion.txt
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to