YCSB/nosqldb
Sean Busbey af424b083d [version] update master branch to 0.14 2017-09-21 21:00:41 -05:00
..
src/main [core] Fixing squid:S1319 - Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList". 2017-08-05 15:26:42 -07:00
README.md Rename README file to README.md file for the following DB bindings so the build process can generate binding specific tar balls for them. (currently they are broken because the build process looks for README.md) 2015-10-27 10:33:19 -07:00
pom.xml [version] update master branch to 0.14 2017-09-21 21:00:41 -05:00

README.md

CONFIGURE

$KVHOME is Oracle NoSQL Database package files. $KVROOT is a data directory. $YCSBHOME is a YCSB home directory.

mkdir $KVROOT
java -jar $KVHOME/lib/kvstore-1.2.123.jar makebootconfig \
   -root $KVROOT -port 5000 -admin 5001 -host localhost \
   -harange 5010,5020
java -jar $KVHOME/lib/kvstore-1.2.123.jar start -root $KVROOT
java -jar $KVHOME/lib/kvstore-1.2.123.jar runadmin \
    -port 5000 -host localhost -script $YCSBHOME/conf/script.txt

BENCHMARK

$YCSBHOME/bin/ycsb load nosqldb -P workloads/workloada
$YCSBHOME/bin/ycsb run nosqldb -P workloads/workloada

PROPERTIES

See $YCSBHOME/conf/nosqldb.properties.

STOP

$ java -jar $KVHOME/lib/kvstore-1.2.123.jar stop -root $KVROOT

Please refer to Oracle NoSQL Database docs here: http://docs.oracle.com/cd/NOSQL/html/index.html