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 2016/03/07 23:21:40 UTC

[jira] [Created] (HBASE-15414) Bound the size of multi request returns and/or allow return of partial result up to client

stack created HBASE-15414:
-----------------------------

             Summary: Bound the size of multi request returns and/or allow return of partial result up to client
                 Key: HBASE-15414
                 URL: https://issues.apache.org/jira/browse/HBASE-15414
             Project: HBase
          Issue Type: Improvement
            Reporter: stack


Some knowledgeable hbase users note that while Scanning now allows you return results in 'chunks' for assembly client-side as a whole result (or the application can see the partials as they come out of the cluster), this ability is absent if you do a multi-get; you might get back more than you bargained for and just as chunking when Scanning makes sense because it makes hbase 'regular', we need the same for multiget.

Parking an issue here for discussion.



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