riak-core-lite / riak_core_lite

Distributed systems infrastructure used by Riak.
Apache License 2.0
80 stars 13 forks source link

Remove eleveldb #23

Closed albsch closed 5 years ago

albsch commented 5 years ago

Remove the eleveldb dependency.

Eleveldb is used to build hashtrees for the anti entropy functionality. The persistence features is not used and thus the db can be replaced by any in memory storage system. This will reduce the compile time and remove C code source from the project.

albsch commented 5 years ago
albsch commented 5 years ago

Some documentation can be found here: https://github.com/basho/riak_core/wiki/Cluster-Metadata-Internals