Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8FB18991A for ; Wed, 28 Dec 2011 23:47:54 +0000 (UTC) Received: (qmail 94974 invoked by uid 500); 28 Dec 2011 23:47:54 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 94941 invoked by uid 500); 28 Dec 2011 23:47:54 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 94933 invoked by uid 99); 28 Dec 2011 23:47:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2011 23:47:54 +0000 X-ASF-Spam-Status: No, hits=-2001.3 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2011 23:47:52 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E327212E49F for ; Wed, 28 Dec 2011 23:47:30 +0000 (UTC) Date: Wed, 28 Dec 2011 23:47:30 +0000 (UTC) From: "Eric Evans (Commented) (JIRA)" To: commits@cassandra.apache.org Message-ID: <616296812.49870.1325116050931.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1997458158.13191.1323903930625.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-3634) compare string vs. binary prepared statement parameters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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