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

T Jake Luciani commented on CASSANDRA-6146:
-------------------------------------------

bq. Why wouldn't we just introspect the schema from the cluster? Note also that 
in most cases we don't actually need to know the schema up front, to run a 
query (or to process a resultset either).

You don't need to specify a schema, but chances are you want to burn through a 
number of scenarios this allows you to do it in a single well defined way.  We 
could allow you to just specify an existing keyspace and table as well but your 
queries would fail because the stress tool knows nothing about the shape of 
your data.  You would need to write into the existing schema first.

> CQL-native stress
> -----------------
>
>                 Key: CASSANDRA-6146
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6146
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Tools
>            Reporter: Jonathan Ellis
>            Assignee: T Jake Luciani
>             Fix For: 2.1 rc1
>
>         Attachments: 6146.txt
>
>
> The existing CQL "support" in stress is not worth discussing.  We need to 
> start over, and we might as well kill two birds with one stone and move to 
> the native protocol while we're at it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to