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

Eric Evans commented on CASSANDRA-3634:
---------------------------------------

To run these tests you need:

# https://github.com/eevans/cassandra/tree/3633.stress -- updates stress for 
prepared statements with String-typed args
# https://github.com/eevans/cassandra/tree/3634.bb -- updates Cassandra to use 
ByteBuffer-typed prepared statement args
# https://github.com/eevans/cassandra/tree/3634.stress.bb -- updates stress to 
use ByteBuffer args with prepared statements

Use branch #1 to test String arguments, and branches #2 and 3 when testing 
ByteBuffer arguments.
                
> compare string vs. binary prepared statement parameters
> -------------------------------------------------------
>
>                 Key: CASSANDRA-3634
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3634
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: API, Core
>            Reporter: Eric Evans
>            Assignee: Eric Evans
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.1
>
>         Attachments: stress-change-bind-parms-to-BB.patch, 
> v1-0001-CASSANDRA-3634-generated-thrift-code.txt, 
> v1-0002-change-bind-parms-from-string-to-bytes.txt
>
>
> Perform benchmarks to compare the performance of string and pre-serialized 
> binary parameters to prepared statements.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to