mnesia secondary index
摘要:
I have a fragmented mnesia table that I need to add a second index to. It appears that to get this working I need to call mnesia:add_table_index/2 for each fragment. i.e. mnesia:add_table_index(conten... 阅读全文
posted @ 2010-07-20 11:25 废铁 阅读(338) 评论(0) 推荐(0)