forked from voldemort/voldemort
-
Notifications
You must be signed in to change notification settings - Fork 2
Roadmap feature requests
ArtemGr edited this page Dec 23, 2010
·
8 revisions
Describe features you would want to see in Voldemort (along with a short description)
- Voldemort multitenancy (store level) - Something as simple as throwing exceptions when a particular store exceeds its pre-determined throughput.
- Memcache protocol support - integrate jmemcached
- Duplex request support - Support for duplexing the requests to minimize the impact of network latency across data centers
- REST API
- Publishing Client JAR in central Maven repositories -- not switching to Maven for the build system :)
- "Business logic specific reconciliation" cf. Dynamo paper - for example: StoreClient.getVersions could return a list of one or more versions of the value, allowing the application to reconciliate conflicts in an application-specific way.