> 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.