You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2015/12/04 10:45:10 UTC

[jira] [Created] (HBASE-14928) Start row should be set for query through HBase REST gateway involving globbing option

Ted Yu created HBASE-14928:
------------------------------

             Summary: Start row should be set for query through HBase REST gateway involving globbing option
                 Key: HBASE-14928
                 URL: https://issues.apache.org/jira/browse/HBASE-14928
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
            Assignee: Ted Yu


As Ben Sutton reported in the thread, Slow response on HBase REST api using globbing option, query through the Rest API with a globbing option i.e. http://<HBase_Rest>:<HBase_Rest_Port>/table/key\* executes extremely slowly.

Jerry He pointed out that PrefixFilter is used for query involving globbing option.

This issue is to fix this bug by setting start row for such queries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)