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

Sylvain Lebresne commented on CASSANDRA-11521:
----------------------------------------------

bq. WRT CL, with this approach, I don't quite see why you would have to stick 
to CL_ONE here

It's more a matter of CL.ONE being the case where we know we can get great 
benefits. Because in that case we'll "keep the query open", which save tons of 
work that is done for every page otherwise. For other CLs, because we asks 
other nodes, we'd kind of have to add some intra-node streaming of results to 
get substantial gains. And that's a lot more involved, hence the "that's an 
optimization for another day".

> Implement streaming for bulk read requests
> ------------------------------------------
>
>                 Key: CASSANDRA-11521
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11521
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: Local Write-Read Paths
>            Reporter: Stefania
>            Assignee: Stefania
>             Fix For: 3.x
>
>
> Allow clients to stream data from a C* host, bypassing the coordination layer 
> and eliminating the need to query individual pages one by one.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to