hmsonline / storm-cassandra-cql

Storm Cassandra Bridge built on CQL
Apache License 2.0
43 stars 38 forks source link

Allows for counter batches #45

Closed boneill42 closed 9 years ago

boneill42 commented 9 years ago

Resolves #19

slegay commented 9 years ago

Hi there, quick questions regarding counter updates.

Does this prevent read/write round-tripping by submitting all aggregation updates as counter increments? Have you guys noticed a performance boost by doing so? Are there any caveats to using the counter update approach? Thank you!