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

Benedict commented on CASSANDRA-8597:
-------------------------------------

I completely agree about documentation concerns, but these should probably be 
addressed to either the existing tickets or to new ones where they don't 
overlap.

The parsing issue is something I've toyed with fixing off-and-on for a while, 
but felt I couldn't justify filing a ticket. Now stress is being used widely, 
it is probably worthwhile. It's actually pretty easy to achieve: we simply 
erase spaces after a bracket and before/after a comma in a pre-process, and the 
existing parser will work. Documenting that surrounding your entire command 
with double quotes may be useful is probably a good idea as well, to avoid 
having to escape all your options.

> Stress: make simple things simple
> ---------------------------------
>
>                 Key: CASSANDRA-8597
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8597
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>            Reporter: Jonathan Ellis
>            Assignee: T Jake Luciani
>             Fix For: 2.1.3
>
>
> Some of the trouble people have with stress is a documentation problem, but 
> some is functional.
> Comments from [~iamaleksey]:
> # 3 clustering columns, make a million cells in a single partition, should be 
> simple, but it's not. have to tweak 'clustering' on the three columns just 
> right to make stress work at all. w/ some values it'd just gets stuck forever 
> computing batches
> # for others, it generates huge, megabyte-size batches, utterly disrespecting 
> 'select' clause in 'insert'
> #  I want a sequential generator too, to be able to predict deterministic 
> result sets. uniform() only gets you so far
> # impossible to simulate a time series workload
> /cc [~jshook] [~aweisberg] [~benedict]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to