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

Nate McCall edited comment on CASSANDRA-1258 at 7/21/10 12:54 PM:
------------------------------------------------------------------

Patches for allowing CFS to accept a "recovered" SSTableReader from which to 
retrieve the indexed columns.

Having this on CFS allows for other uses such as added indexes after the fact, 
and providing mbean hooks into rebuilding indexes. 

Edit: this won't flush correctly unless the patch in CASSANDRA-1301 is applied 
as well.

      was (Author: zznate):
    Patches for allowing CFS to accept a "recovered" SSTableReader from which 
to retrieve the indexed columns.

Having this on CFS allows for other uses such as added indexes after the fact, 
and providing mbean hooks into rebuilding indexes. 
  
> rebuild indexes after streaming
> -------------------------------
>
>                 Key: CASSANDRA-1258
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1258
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Nate McCall
>             Fix For: 0.7
>
>         Attachments: trunk-1258-src.txt
>
>
> since index CFSes are "private," they won't be streamed with other sstables.  
> which is good, because the normal partitioner logic wouldn't stream the right 
> parts anyway.
> seems like the right solution is to extend SSTW.maybeRecover to rebuild 
> indexes as well.  (this has the added benefit of being able to use streaming 
> as a relatively straightforward "bulk loader.")

-- 
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