-
Hi folks!
I'm getting set to do some cleanup on the YCSB project focused on getting old PRs that needed a bit of polish merged.
There's one for adding GridDB support:
https://github.com/brian…
-
- Understand what the YCSB benchmark is
- How can we use YCSB to evaluate through put of the system ?
-
I setup the system and run workload YCSB-C/D successfully.
But when I tried to reproduce the YCSB-A/B/E results with the command from ./ae_scripts, it didn't work well.
1. For YCSB-A/B:
`./fserv…
-
I am running cassandra against YCSB, and I have two different machines, one acting as the server and running Ubuntu 18.10, while client where YCSB will be installed is running Ubuntu 16.04.
I run …
-
Hello! I am trying to test SILK using ycsb benchmarks. But when I add parameters like "-thread=2" (Which means the number of client threads. This is often done to increase the amount of load offere…
-
Build note: ensure both modules are built with the `make PROFILE=1` directive!
To rerun:
```
make build benchmark REJSON_PATH= REJSON=1 BENCHMARK=ycsb-commerce-json-run-10.yml
```
To recollect …
-
Build note: ensure both modules are built with the `make PROFILE=1` directive!
To rerun:
```
make build benchmark REJSON_PATH= REJSON=1 BENCHMARK=ycsb-commerce-json-run-0.yml
```
To recollect p…
-
I believe that e56b556b54a86400927af3783d5af398e55d9141 has broken compilation:
```
YCSB/ycsb-mongodb/core/src/test/java/com/yahoo/ycsb/TestByteIterator.java:[3,29] error: cannot access Test
```
(…
-
Now I have done "go get github.com/syndtr/goleveldb/leveldb",and I need use ycsb to test goleveldb. But ycsb don't support goleveldb, so I need to rewrite the code of ycsb. Unfortunately, I have no id…
-
Hello, I build the docker image in the fork of master. When I install chaincodes, I could not build chaincode successfully. Could you give me some suggestions? Thank you.
The error information:
`une…