https://github.com/voldemort/voldemort
Revision 8b7b4cce5349f7bda1ea3ac1adc83362488747ae authored by James Lent on 24 September 2015, 16:33:40 UTC, committed by Felix GV on 16 October 2015, 02:08:09 UTC
an evaluation of the RocksDB strorage engine:

1) Ensure that all the warm up records requested are created to eliminate some
random errors.
2) Modify the mixed operation in local mode to increment the VectorClock to prevent
all iterations from failing due to ObsoleteVersion exceptions.
3) Modify the mixed operation to perform the write even if the read returns nothing
rather than silently passing without performing a write (I considered making this
an error, but, preferred this approach).
4) Add a new Warning count similar to the ReturnCode count to report how often a mixed
operation reads nothing (could be used for other situations).
5) Move the RecordCode report outside the summaryOnly check so that the error counts
are always reported.
6) Make it possible to configure the storage engine in local mode.
7) Make several of the RocksDB parameters configurable.
1 parent 13d055a
History
Tip revision: 8b7b4cce5349f7bda1ea3ac1adc83362488747ae authored by James Lent on 24 September 2015, 16:33:40 UTC
Make some modifications to how the benchmarking tool works in local mode as part of
Tip revision: 8b7b4cc
File Mode Size
.settings
bin
clients
config
contrib
docs
example
gradle
private-lib
src
test
voldemort-contrib
.gitignore -rw-r--r-- 242 bytes
CONTRIBUTORS -rw-r--r-- 659 bytes
LICENSE -rw-r--r-- 11.1 KB
NOTES -rw-r--r-- 2.5 KB
NOTICE -rw-r--r-- 8.1 KB
README.md -rw-r--r-- 4.4 KB
build.gradle -rw-r--r-- 20.0 KB
build.xml -rw-r--r-- 1.7 KB
gradle.properties -rw-r--r-- 1.1 KB
gradlew -rwxr-xr-x 5.0 KB
gradlew.bat -rw-r--r-- 2.3 KB
release_notes.txt -rw-r--r-- 45.3 KB
settings.gradle -rw-r--r-- 149 bytes
tomcat-tasks.properties -rw-r--r-- 420 bytes
web.xml -rw-r--r-- 1.1 KB

README.md

back to top