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

[jira] [Closed] (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 ]

Ohad Shacham closed OMID-114.
-----------------------------
    Resolution: Fixed

> 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
>             Fix For: 1.0.0.0
>
>         Attachments: OMID-114.patch, OMID-114_v2.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)