You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Michael Gottesman (JIRA)" <ji...@apache.org> on 2009/01/17 03:29:59 UTC

[jira] Created: (HBASE-1130) PrefixRowFilter

PrefixRowFilter
---------------

                 Key: HBASE-1130
                 URL: https://issues.apache.org/jira/browse/HBASE-1130
             Project: Hadoop HBase
          Issue Type: New Feature
          Components: filters
            Reporter: Michael Gottesman
            Priority: Minor


I quickly implemented a prefix row filter and an accompanying test case. This is important in terms of HBase emulating big table's capabilities. The Regex Filter is going to be too slow I think. This just does a straight byte comparison so should be very fast.

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


[jira] Updated: (HBASE-1130) PrefixRowFilter

Posted by "Michael Gottesman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Gottesman updated HBASE-1130:
-------------------------------------

    Attachment: hbase-1130.patch

> PrefixRowFilter
> ---------------
>
>                 Key: HBASE-1130
>                 URL: https://issues.apache.org/jira/browse/HBASE-1130
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: filters
>            Reporter: Michael Gottesman
>            Priority: Minor
>         Attachments: hbase-1130.patch
>
>
> I quickly implemented a prefix row filter and an accompanying test case. This is important in terms of HBase emulating big table's capabilities. The Regex Filter is going to be too slow I think. This just does a straight byte comparison so should be very fast.

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


[jira] Assigned: (HBASE-1130) PrefixRowFilter

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack reassigned HBASE-1130:
----------------------------

    Assignee: Michael Gottesman

> PrefixRowFilter
> ---------------
>
>                 Key: HBASE-1130
>                 URL: https://issues.apache.org/jira/browse/HBASE-1130
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: filters
>            Reporter: Michael Gottesman
>            Assignee: Michael Gottesman
>            Priority: Minor
>         Attachments: hbase-1130.patch
>
>
> I quickly implemented a prefix row filter and an accompanying test case. This is important in terms of HBase emulating big table's capabilities. The Regex Filter is going to be too slow I think. This just does a straight byte comparison so should be very fast.

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


[jira] Updated: (HBASE-1130) PrefixRowFilter

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-1130:
-------------------------

    Status: Patch Available  (was: Open)

> PrefixRowFilter
> ---------------
>
>                 Key: HBASE-1130
>                 URL: https://issues.apache.org/jira/browse/HBASE-1130
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: filters
>            Reporter: Michael Gottesman
>            Assignee: Michael Gottesman
>            Priority: Minor
>         Attachments: hbase-1130.patch
>
>
> I quickly implemented a prefix row filter and an accompanying test case. This is important in terms of HBase emulating big table's capabilities. The Regex Filter is going to be too slow I think. This just does a straight byte comparison so should be very fast.

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


[jira] Commented: (HBASE-1130) PrefixRowFilter

Posted by "Michael Gottesman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664857#action_12664857 ] 

Michael Gottesman commented on HBASE-1130:
------------------------------------------

You are right stacks. Thanks =). I just did that so I could just test the PrefixRowFilter.

> PrefixRowFilter
> ---------------
>
>                 Key: HBASE-1130
>                 URL: https://issues.apache.org/jira/browse/HBASE-1130
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: filters
>            Reporter: Michael Gottesman
>            Assignee: Michael Gottesman
>            Priority: Minor
>         Attachments: hbase-1130.patch
>
>
> I quickly implemented a prefix row filter and an accompanying test case. This is important in terms of HBase emulating big table's capabilities. The Regex Filter is going to be too slow I think. This just does a straight byte comparison so should be very fast.

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


[jira] Commented: (HBASE-1130) PrefixRowFilter

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664856#action_12664856 ] 

stack commented on HBASE-1130:
------------------------------

Patch looks good Michael only for this bit:

{code}
-                 includes="**/Test*.java" excludes="**/${test.exclude}.java" />
+                 includes="**/TestPrefixRowFilter.java" excludes="**/${test.exclude}.java" />
{code}

Did you mean to include this?  If not, I'll just commit without the above after we branch 0.19.

> PrefixRowFilter
> ---------------
>
>                 Key: HBASE-1130
>                 URL: https://issues.apache.org/jira/browse/HBASE-1130
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: filters
>            Reporter: Michael Gottesman
>            Priority: Minor
>         Attachments: hbase-1130.patch
>
>
> I quickly implemented a prefix row filter and an accompanying test case. This is important in terms of HBase emulating big table's capabilities. The Regex Filter is going to be too slow I think. This just does a straight byte comparison so should be very fast.

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


[jira] Commented: (HBASE-1130) PrefixRowFilter

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664858#action_12664858 ] 

stack commented on HBASE-1130:
------------------------------

I'll just leave that bit out when I commit. No problem.

> PrefixRowFilter
> ---------------
>
>                 Key: HBASE-1130
>                 URL: https://issues.apache.org/jira/browse/HBASE-1130
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: filters
>            Reporter: Michael Gottesman
>            Assignee: Michael Gottesman
>            Priority: Minor
>         Attachments: hbase-1130.patch
>
>
> I quickly implemented a prefix row filter and an accompanying test case. This is important in terms of HBase emulating big table's capabilities. The Regex Filter is going to be too slow I think. This just does a straight byte comparison so should be very fast.

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


[jira] Updated: (HBASE-1130) PrefixRowFilter

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-1130:
-------------------------

       Resolution: Fixed
    Fix Version/s: 0.20.0
           Status: Resolved  (was: Patch Available)

Thanks for the patch Michael

> PrefixRowFilter
> ---------------
>
>                 Key: HBASE-1130
>                 URL: https://issues.apache.org/jira/browse/HBASE-1130
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: filters
>            Reporter: Michael Gottesman
>            Assignee: Michael Gottesman
>            Priority: Minor
>             Fix For: 0.20.0
>
>         Attachments: hbase-1130.patch
>
>
> I quickly implemented a prefix row filter and an accompanying test case. This is important in terms of HBase emulating big table's capabilities. The Regex Filter is going to be too slow I think. This just does a straight byte comparison so should be very fast.

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