loadgen icon indicating copy to clipboard operation
loadgen copied to clipboard

CockroachDB load generators

Results 26 loadgen issues
Sort by recently updated
recently updated
newest added

We use the TPC-H queries in many different Distributed SQL tests. It would be helpful to have a single documentation page listing the various queries, a short description in prose...

`checkConsistency()` is currently prohibitively slow for large numbers of warehouses and provides no progress indication. The most egregious check is for `W_YTD = sum(H_AMOUNT) for each warehouse`: ``` var sumHAmount...

It takes over 10 minutes to run check 3.3.2.4 on 10k warehouses. Some other checks failed to run because I closed the connection of the machine running the checks by...

I am using centos 7.5. Any idea how to fix this? ``` $ go version go version go1.9.4 linux/amd64 $ make build GOBIN=/home/admincentos/src/go/loadgen/bin go install -v \ ./vendor/github.com/golang/lint/golint \ ./vendor/github.com/kisielk/errcheck...

I'm running tpcc using prebuilt loadgen against prebuilt cockroach binary. The link to the prebuilt loadgen: ```wget https://edge-binaries.cockroachdb.com/cockroach/workload.LATEST``` The link to the prebuilt cockroash binary: ```https://binaries.cockroachdb.com/cockroach-v2.0.4.linux-amd64.tgz``` The command I'm using...

my docker file ```dockerfile FROM golang RUN mkdir -p /u/certs RUN chmod 701 /u/certs RUN echo -e "-----BEGIN RSA PRIVATE KEY-----..." > /u/certs/client.root.key RUN chmod 600 /u/certs/client.root.key RUN echo -e...

Here are step that I am executing: #### 1. Create Database "loadgentpc" ``` $ docker run --rm -it --network cockroachdb-network cockroachdb/cockroach sql --insecure --url postgresql://root@roach1:26257?sslmode=disable --execute "CREATE DATABASE loadgentpc;" #...

Give more details on installation steps.

Hi, I added `rand` to the list of PKGs in Makefile. Appreciate you guys' work. Thanks!