You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/07/01 20:53:00 UTC

[jira] [Resolved] (HBASE-14187) Add Thrift 1 RPC to batch gets in a single call

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

Andrew Kyle Purtell resolved HBASE-14187.
-----------------------------------------
      Assignee:     (was: Sean Busbey)
    Resolution: Incomplete

> Add Thrift 1 RPC to batch gets in a single call
> -----------------------------------------------
>
>                 Key: HBASE-14187
>                 URL: https://issues.apache.org/jira/browse/HBASE-14187
>             Project: HBase
>          Issue Type: Improvement
>          Components: Thrift
>            Reporter: Sean Busbey
>            Priority: Major
>
> add a method to pull a set of columns from a set of non-contiguous rows in a single RPC call.
> e.g.
> {code}
>    /**
>      * Parallel get. For a given table and column, return for
>      * the given rows.
>      *
>      * @param tableName table to get from
>      * @param column column to get
>      * @param rows a list of rows to get
>      * @result list of TRowResult for each item
>      */
>     list<TRowResult> parallelGet(1:Text tableName,
>                                  2:Text column,
>                                  3:list<Text> rows)
>                                  throws (1:IOError io)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)