You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Pavel Yaskevich (JIRA)" <ji...@apache.org> on 2011/09/12 20:43:10 UTC

[jira] [Resolved] (CASSANDRA-3147) Add rowlevel support to secondary index API and methods need to throw exceptions

     [ https://issues.apache.org/jira/browse/CASSANDRA-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich resolved CASSANDRA-3147.
----------------------------------------

    Resolution: Fixed

Committed with few method name changes such as getSystemTableName changed to getNameForSystemTable, getColumnDef to getColumnDefs etc.

> Add rowlevel support to secondary index API and methods need to throw exceptions
> --------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-3147
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3147
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jason Rutherglen
>            Assignee: Jason Rutherglen
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: v1-0001-CASSANDRA-3147-add-rowLevel-logic-and-exceptions.txt
>
>
> The new secondary index API needs to throw IOException on some of the methods (where they're missing).
> For index types that index an entire row (like lucene) we need to change the api to handle one instance of the index per ColumnFamily.  This can be done by adding a PerColumnSecondary and PerRowSecondaryIndex base classes.  When the index manager sees this it will add all columns of the same index class to the same index instance.  and on search it will send the entire row to the class vs updating each column.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira