Adam Fuchs created ACCUMULO-3733:
------------------------------------
Summary: support an ingest path that avoids Mutation objects
Key: ACCUMULO-3733
URL: https://issues.apache.org/jira/browse/ACCUMULO-3733
Project: Accumulo
Issue Type: New Feature
Reporter: Adam Fuchs
Priority: Minor
I had a thought about a potential performance/API improvement last night.
Mutations are great for ensuring that multiple key/value changes to the same
row happen atomically, but for some applications they require unnecessary
transformation of key/value pairs in and out of the Mutation structure with no
real change in information content. We might be able to improve both ingest
performance and simplicity of the API by supporting ingesting streams or
containers of key/value objects directly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)