-
Whenever we are setting the operation count property, is it for a particular thread or for all the threads (as defined using the threadcount property)?
If it is collectively used for all the threa…
-
roachtest.cluster_creation [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6897539?buildTab=log) with [artifacts](https://teamcity.cockroachdb…
-
### test config ###
redis persistence is disabled (save "")
```
export NUM_OF_SI=6
export RKV_ROOT_DISK_VOLUME=100
export SI_ROOT_DISK_VOLUME=100
export SI_INSTANCE_TYPE=t2.xlarge
export RKV_IN…
-
While loading redis I am getting this error:
./bin/ycsb load redis -s -P workloads/workloada -p "redis.host=127.0.0.1" -p "redis.port=6379"
File "./bin/ycsb", line 223
except subprocess.Cal…
-
**Describe the problem**
where I change setting or change schema, it report:
/defaultdb> SET CLUSTER SETTING kv.range.backpressure_range_size_multiplier=0; …
-
While benchmarking https://github.com/cockroachdb/pebble/pull/1487, we noticed that the key ranges in L0, are difficult to split into non overlapping key ranges.
If we consider each file interval i…
-
this happens in perf test (go-ycsb run); not always; occasionally 1 out of per run (1000 ops)
## How to reproduce:
1. start rkv
2. modify go-ycsb code pointing to the started rkv
3. run go-ycsb …
-
Ubuntu18. 04 cmake version ==3.25 g++==7.5.0
error: non-trivial designated initializers not supported
pos: in YSCB-CXX/db/parallax_db.h struct par_value lookup_value = { .val_buffer = NULL };
…
-
I am not sure why maintain tiup bench as a standalone repo. What's the difference between this repo and pingcap/go-tpc ?
When it is integrated in tiup, I will use it because I always need tiup, and …
-
After "make fserver" successfully, I try to run fserver.
But when I run fserver with "./fserver -db_type ycsb -model_config=ae_scripts/ycsb-model.toml", the terminal tells me that there is something …