You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2013/06/17 20:03:21 UTC

[jira] [Created] (CASSANDRA-5649) Move resultset type information into prepare, not execute

Jonathan Ellis created CASSANDRA-5649:
-----------------------------------------

             Summary: Move resultset type information into prepare, not execute
                 Key: CASSANDRA-5649
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5649
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Jonathan Ellis
            Assignee: Sylvain Lebresne
             Fix For: 2.0


Native protocol 1.0 sends type information on execute.  This is a minor inefficiency for large resultsets; unfortunately, single-row resultsets are common.

This does represent a performance regression from Thrift; Thrift does not send type information at all.  (Bad for driver complexity, but good for performance.)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira