[erlang-questions] mnesia vs ets

Roberto Ostinelli roberto@REDACTED
Wed Oct 28 02:25:58 CET 2009


> If you wish you could directly access the ets tables within mnesia, that will give you the fastest read possible.

isn't this what i'm doing with ets:lookup(test_table, K)?

also, what's the point in doing a key/value mnesia:dirty_read on
non-fragmented disc_copy tables instead of a 3x fasters ETS lookup?

r.


More information about the erlang-questions mailing list