Optimize writing single mutation in batch writer.
-------------------------------------------------
Key: ACCUMULO-120
URL: https://issues.apache.org/jira/browse/ACCUMULO-120
Project: Accumulo
Issue Type: Improvement
Components: client
Reporter: Keith Turner
Assignee: Billie Rinaldi
Fix For: 1.5.0
Currently the batch writer makes a few thrift calls when writing mutations to a
tablet server. These thrift calls are optimized for writing lots of mutations
to multiple tablets. However in the case where only a single mutation is
written, multiple thrift calls are not needed. The tablet server already
supports a thrift call for writing a single mutation, the batch writer just
needs to call it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira