[ https://issues.apache.org/jira/browse/OMID-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ohad Shacham updated OMID-114: ------------------------------ Fix Version/s: 1.0.0.0 > 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)