[ 
https://issues.apache.org/jira/browse/CASSANDRA-6828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930594#comment-13930594
 ] 

Tyler Hobbs commented on CASSANDRA-6828:
----------------------------------------

Overall the new docs look good, thanks.  The one point I disagree with is this:

{quote}
Batch mutations are very efficient and should be prefered over doing multiple 
inserts.
{quote}

Batch mutations also have downsides.  They put more temporary load on the 
coordinator, which can cause GC problems and spikes in latency when the batches 
are large.  When a large batch mutation fails, you have to retry the entire 
thing, even if only one of the mutations in the batch failed.  I would just 
tone down the "preferred" language and add those disclaimers.

Other than that, I think this is good to go.

> inline thrift documentation is slightly sparse 
> -----------------------------------------------
>
>                 Key: CASSANDRA-6828
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6828
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API, Documentation & website
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to