Github user renato2099 commented on the pull request:

    https://github.com/apache/gora/pull/23#issuecomment-98393003
  
    @gerhardgossen so you mean  just to overwrite the value without checking if 
it exists or not? I think this is also something that makes sense, but this 
would still mean that you would be writing the whole map even when a single 
value has been added. Thus, this means you would have to get the old map, add 
the new kv pair and write the updated map. This is not so efficient but we 
wouldn't loose previous values. Would you agree with this get-update-store 
behaviour?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to