You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2008/11/14 01:44:46 UTC

[jira] Assigned: (HBASE-998) Narrow getClosestRowBefore by passing column family

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

stack reassigned HBASE-998:
---------------------------

    Assignee: stack

> Narrow getClosestRowBefore by passing column family
> ---------------------------------------------------
>
>                 Key: HBASE-998
>                 URL: https://issues.apache.org/jira/browse/HBASE-998
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.19.0
>
>         Attachments: 998.patch
>
>
> Currently when we do getClosestRowBefore, we're usually just interested in catalog table edits to the info family.  As its written, we'll also go trawl the region historian column family though its irrelevant and worse, if we got a row out of here with no corresponding info entry, we'd be hosed.  Add being able to narrow the scope of the getClosestRowBefore by passing column family to dive in.

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