cassandra-stress tool: [a-z] letters range for varchar column

时间:2018-02-26 17:51:54

标签: cassandra cassandra-stress

Under cassandra-stress yaml config file, columnspec defines insert range of data.

For a varchar column how to say I want a column to be populated with words built from letters [a-z]* only?

If I say:

columnspec:
  - name: id # varchar
  - population: uniform(100..110)

I get stings like this: \x1c\x0b\x1bK]

0 个答案:

没有答案