YCSB
YCSB copied to clipboard
Yahoo! Cloud Serving Benchmark
## Motivation: Tests in the `AsyncHBaseTest` and `HBaseClient1Test` are not idempotent and fail in repeated runs, because they pollute a state reused by themselves. Take `AsyncHBaseTest` as an example -...
Dear All, I have met a problem when I try to test Cassandra with YCSB. All my steps are following the instructions of YCSB document. The terminal command is :...
When testing the performance of Rocksdb with multiple column families, I used four clients to load workloads on Rocksdb and wrote a script to execute four commands in parallel. The...
Hi im planning to add bindings for https://github.com/inlinedio/ikv-store (a new kv store). Is this project active?
  I encountered an issue while testing mongo, with READ-FAILED and UPDATE-FAILED appearing. How can I handle it This is the command to run ./bin/ycsbrun mongodb - s -...
 **./bin/ycsb run rocksdb -s -P workloads/workloada -p rocksdb.dir=/tmp/ycsb-rocksdb-data -p rocksdb.optionsfile=workloads/ycsb-rocksdb-options.ini** When I perform the ycsb experiment, I add the ycsb-rocksdb-options.ini configuration file, and the above error is reported
A minimal TCP based DB connection.
Fixes #1686 java -cp required / at the end to properly find property file
I wanted to load test hbase through YCSB. But we have a requirement to test performance of HBase after specifying region splits manually. Thus we need to be able to...