Closed awoods187 closed 2 years ago
It might be interesting to hook this up as a command in demo --
root@127.0.0.1:52629/movr> \rand_fill_table <tablename> <num_rows>
Yeah i like that idea a lot. My ideal workflow would look something like:
Yeah, thats what I had in mind. I don't think adding workload rand run to demo would be useful, because you don't actually have tables to populate when starting the demo command with workload run.
ok that's for 20.2 right?
yeah i think so unless its trivially easy and super low risk.
Adding the demo command seems easy/low risk to me -- i'll put up a PR and see what people think.
Cockroach Demo nor Cockroach Workload can take advantage of the random data generator present in workload
workload run rand --table <their table> --db <their db>
.For example:
We should add these capabilities to both demo and cockroach workload. Related to https://github.com/cockroachdb/cockroach/issues/44713
Jira issue: CRDB-5079