Use cassandra-stress tool to insert specific data, not random

129 views Asked by At

Is't possible to use cassandra-stress to insert specific data instead of random data ? If yes, how we can do it?

1

There are 1 answers

0
GAK On

As of this writing, cassandra-stress doesnt support inserting user supplied data. The tool itself will insert the arbitrary data according to your columnspec definition in the input yaml file.