You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Yoram Kulbak (JIRA)" <ji...@apache.org> on 2010/02/14 23:33:27 UTC

[jira] Created: (HBASE-2227) [IHBASE] Idx Expression functionality is incompatible with SingleColumnValueFilter

[IHBASE] Idx Expression functionality is incompatible with SingleColumnValueFilter  
------------------------------------------------------------------------------------

                 Key: HBASE-2227
                 URL: https://issues.apache.org/jira/browse/HBASE-2227
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.20.4
            Reporter: Yoram Kulbak
             Fix For: 0.20.4


Idx comparison expressions should have 1:1 mapping to SingleColumnValueFilter.
Without this mapping users can't fully use the index expressions to optimize their scan performance.
Currently there are two main features lacking:
- Support for a != (NEQ) operator 
- Support for the 'filterIfMissing' modifier  

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


[jira] Resolved: (HBASE-2227) [IHBASE] Idx Expression functionality is incompatible with SingleColumnValueFilter

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

stack resolved HBASE-2227.
--------------------------

    Resolution: Fixed

Committed to branch

> [IHBASE] Idx Expression functionality is incompatible with SingleColumnValueFilter  
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-2227
>                 URL: https://issues.apache.org/jira/browse/HBASE-2227
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.4
>            Reporter: Yoram Kulbak
>             Fix For: 0.20.4
>
>
> Idx comparison expressions should have 1:1 mapping to SingleColumnValueFilter.
> Without this mapping users can't fully use the index expressions to optimize their scan performance.
> Currently there are two main features lacking:
> - Support for a != (NEQ) operator 
> - Support for the 'filterIfMissing' modifier  

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


[jira] Updated: (HBASE-2227) [IHBASE] Idx Expression functionality is incompatible with SingleColumnValueFilter

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

stack updated HBASE-2227:
-------------------------

    Attachment: HBASE-2227.patch

Here is what was committed.

> [IHBASE] Idx Expression functionality is incompatible with SingleColumnValueFilter  
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-2227
>                 URL: https://issues.apache.org/jira/browse/HBASE-2227
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.4
>            Reporter: Yoram Kulbak
>             Fix For: 0.20.4
>
>         Attachments: HBASE-2227.patch
>
>
> Idx comparison expressions should have 1:1 mapping to SingleColumnValueFilter.
> Without this mapping users can't fully use the index expressions to optimize their scan performance.
> Currently there are two main features lacking:
> - Support for a != (NEQ) operator 
> - Support for the 'filterIfMissing' modifier  

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