<div dir="ltr">Finally, as promised: all you need in order to use Mnesia to manage unhealthy amounts of data:<br><br>    <a href="https://github.com/klarna/mnesia_eleveldb">https://github.com/klarna/mnesia_eleveldb</a><br clear="all"><div><div class="gmail_signature"><br>Apache 2.0 license. Requires Erlang/OTP 19 or later, or an earlier version with the mnesia_ext patch added (see <a href="http://erlang.org/pipermail/erlang-questions/2015-July/085046.html">http://erlang.org/pipermail/erlang-questions/2015-July/085046.html</a>).<br><br></div><div class="gmail_signature">Most of the actual work has been done by Ulf Wiger and Mikael Pettersson. eleveldb itself is the work of Basho; we take no credit for that.<br></div><div class="gmail_signature"><br>Documentation is rudimentary; OTP 19 doesn't seem to include the actual docs for the mnesia_ext patch yet. On the other hand, you don't need to know much about how the plugin interface works in order to use this backend - you simply get a new table type. See the REAME for some caveats.<br><br></div><div class="gmail_signature">You may also want to use this add-on to make backups easier: <a href="https://github.com/klarna/leveldb_manager">https://github.com/klarna/leveldb_manager</a> (we're not sure if it's needed with the more recent versions of leveldb).<br></div><div class="gmail_signature"><br>        /Richard<br><br></div></div>
</div>