An open source clone of Amazon's Dynamo.
Forked from voldemort/voldemort Sun May 31 23:07:39 -0700 2009
Last updated Wed Aug 19 22:16:12 -0700 2009
14 commits »
Merge branch 'master' of git://github.com/voldemort/voldemort
Fix max sequence length constant to reflect the maximum value storable in 30 bits.
Add a hack to support lists and strings longer than Short.MAX_VALUE in the json serializer.
Remove unused file.
Add interpolation search for read-only stores.
Remove fs file store until further improvements are made.
Add the target store to the view interface.
Pull changes from master.
Fix for views. Views on keys make no sense.
First pass at adding views.
Improve obsolete version exception message.
Improve type error in json serializer.
Add fs store--a file-per-value storage engine.
Read-only store:
2 commits »
Make delete asynchronous.
Can you remove these println() statements or convert them to logger.debug?