You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by renato2099 <gi...@git.apache.org> on 2015/05/02 21:56:51 UTC

[GitHub] gora pull request: GORA-419: AccumuloStore.put deletes entire row ...

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---