You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Doug Meil (JIRA)" <ji...@apache.org> on 2011/07/07 21:54:16 UTC

[jira] [Updated] (HBASE-4079) HTableUtil - helper class for loading data

     [ https://issues.apache.org/jira/browse/HBASE-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Meil updated HBASE-4079:
-----------------------------

    Attachment: HTableUtil.java

> HTableUtil - helper class for loading data 
> -------------------------------------------
>
>                 Key: HBASE-4079
>                 URL: https://issues.apache.org/jira/browse/HBASE-4079
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Doug Meil
>            Assignee: Doug Meil
>            Priority: Minor
>         Attachments: HTableUtil.java
>
>
> A pattern that we use at Explorys is to chunk up Puts, and then bucket Puts by RegionServer.  This reduces the number of RPC calls per writeBuffer flush, because the flushes will typically be going to one region with this approach.
> I didn't think adding such utility methods to HTable was the right approach, so I created an HTableUtil (in the .client package) that contained such functionality.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira