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

Michal Augustýn commented on CASSANDRA-2475:
--------------------------------------------

It would be great if there is this overload in order to eliminate one 
client-server roundtrip:
{noformat}CqlResult execute_cql_query(1:binary query, 2:list<binary> 
parameters, 3:Compression compression);{noformat}
In many applications, there is just few queries (max. hundreds?) and so I think 
the _handle_ could be cached server-side (we could limit the cache size via 
configuration).
And do you/we plan to support named parameters?

> Prepared statements
> -------------------
>
>                 Key: CASSANDRA-2475
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2475
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: API, Core
>            Reporter: Eric Evans
>              Labels: cql
>             Fix For: 1.0
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to