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

106 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 best solutions below

0
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.