[ https://issues.apache.org/jira/browse/HBASE-883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643372#action_12643372 ]
Clint Morgan commented on HBASE-883: ------------------------------------ >> Secondary indexes run on top of a transactional hbase? Thats needed because >> insert into secondary is transactional with primary table? Yeah thats correct. I want transactional behavior to happen first, then indexes get updated iff a transaction is committed. > Secondary Indexes > ----------------- > > Key: HBASE-883 > URL: https://issues.apache.org/jira/browse/HBASE-883 > Project: Hadoop HBase > Issue Type: New Feature > Components: client, regionserver > Reporter: Clint Morgan > Assignee: Clint Morgan > Attachments: hbase-883.patch, hbase-883.patch, hbase-883.patch, > hbase-883.patch, hbase-883.patch, hbase-883.patch > > > I'm working on a secondary index impl. The basic idea is to maintain a > separate table per index. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.