You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2015/12/08 10:26:10 UTC

[jira] [Comment Edited] (HBASE-14946) Allow batching of Table.get(List) into manageable chunks

    [ https://issues.apache.org/jira/browse/HBASE-14946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15046633#comment-15046633 ] 

Anoop Sam John edited comment on HBASE-14946 at 12/8/15 9:25 AM:
-----------------------------------------------------------------

So when we have 101 Actions for one region and 101 for another (in List<Get>), there will be 4 request with 100, 1, 100, 1 Actions in it?


was (Author: anoop.hbase):
So when we have 101 Actions for one region and 101 for another, there will be 4 request with 100, 1, 100, 1 Actions in it?

> Allow batching of Table.get(List<Get>) into manageable chunks
> -------------------------------------------------------------
>
>                 Key: HBASE-14946
>                 URL: https://issues.apache.org/jira/browse/HBASE-14946
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 2.0.0, 1.2.0, 1.3.0
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>            Priority: Critical
>         Attachments: HBASE-14946.patch
>
>
> If a user puts a list of tons of different gets into a table we will then send them along in a multi. The server un-wraps each get in the multi. While no single get may be over the size limit the total might be.
> We should protect the server from this. 
> We should batch up on the server side so each RPC is smaller.



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