[
https://issues.apache.org/jira/browse/GORA-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13617605#comment-13617605
]
Lewis John McGibbney commented on GORA-214:
-------------------------------------------
Something which I think we should make explicit here is that (AFAIK) batched
Mutations are not formally tested in Hector as we speak.[0]
Ideally we would not need to test for Gora using the batched functionality
offered by Hector (as this really should be tested upstream in Hector) however
this is not the case.
[0]
https://github.com/hector-client/hector/tree/master/core/src/test/java/me/prettyprint/hector/api
> use batched Mutations available in Hector Mutator
> -------------------------------------------------
>
> Key: GORA-214
> URL: https://issues.apache.org/jira/browse/GORA-214
> Project: Apache Gora
> Issue Type: Improvement
> Components: gora-cassandra
> Reporter: Roland von Herget
> Assignee: Roland von Herget
> Fix For: 0.3
>
> Attachments: GORA-214-prove-of-concept-0.2.patch,
> GORA-214-trunk-concept.patch
>
>
> Cassandra & Hector offer a lot of possibilities to batch mutations together.
> This means Hector will not send data out to Cassandra until it receives the
> command to do so [execute()].
> Really useful is this feature if you have to addOrUpdate two or more columns
> for one key (in one cf), it will then limit load on Cassandra, too.
> A small prove of concept patch against 0.2 is attached.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira