You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@omid.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2018/09/28 16:07:00 UTC

[jira] [Updated] (OMID-114) Prevent extra RPCs on TTable batch operations

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

James Taylor updated OMID-114:
------------------------------
    Attachment: OMID-114.patch

> Prevent extra RPCs on TTable batch operations
> ---------------------------------------------
>
>                 Key: OMID-114
>                 URL: https://issues.apache.org/jira/browse/OMID-114
>             Project: Apache Omid
>          Issue Type: Sub-task
>            Reporter: James Taylor
>            Priority: Major
>         Attachments: OMID-114.patch
>
>
> We're doing an RPC for every item in batch operations on these TTable method:
>  * put(Transaction transaction, List<Put> puts)
>  * delete(Transaction transaction, List<Delete> deletes)
>  * batch(Transaction transaction, List<? extends Row> rows)
> Instead, we can do a single RPC when the rows are sent to HBase.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)