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
Raw File
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
CONTRIBUTORS
Abhinay Nagpal
Alex Feinberg
Antoine Toulme
Anthony Lauzon
Arunachalam Thirupathi
Bhavani Sudha Saktheeswaran
Bhupesh Bansal
Brendan Harris
Bruce Ritchie
Chinmay Soman
Chris Riccomini
Claudio Cherubino
Dain Sundstrom
Dave Brosius
Elias Torres
Eric Evans
Geir Magnusson Jr.
Ismael Juma
Jakob Homan
James Roper
Janne Hietamäki
Jay Kreps
Jay Wylie
Jonathan Traupman
Joshua Tuberville
Kirk True
Lei Gao
Matthew Hayes
Michael R. Head
Mike Frost
Neha Narkhede
Padraig O'Sullivan
Paul Lindner
Rob Adams
Roshan Sumbaly
Scott Wheeler
Shannon Zhang
Siddharth Singh
Tatu Saloranta
Thomas Mueller
Tofig Suleymanov
Vinoth Chandar
Xu Ha
Yair Weinberger
Xu Ha
Zhongjie Wu

back to top