[erlang-questions] mnesia + leveldb

Mikael Pettersson mikpelinux@REDACTED
Sun Jan 10 10:42:23 CET 2016


Benoit Chesneau writes:
 > I am reading the slides of the talk given at Erlang Factory:
 > 
 > http://www.erlang-factory.com/static/upload/media/143415340626199euc2015mnesialeveldb.pdf
 > 
 > And right now I am not sure how the data are store din leveldb: does it use
 > one instance of LevelDB / table or  1 instance in which all tables are
 > shared?

There's one LevelDB instance per mnesia table.



More information about the erlang-questions mailing list