ctubbsii commented on issue #1056: Design API for creating mutations from 
key/value pairs
URL: https://github.com/apache/accumulo/issues/1056#issuecomment-476737145
 
 
   For mutations, we typically want to change some aspect of the key/value pair 
before inserting it. Not doing so would only be useful copying from one table 
to another.
   
   For efficiency and atomicity of updates, we also want to batch changes to a 
single row into a single mutation, and not simply create a new mutation for 
each K/V pair.
   
   These core concepts should be taken into account when designing any new API.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to