<div>Hi:</div>
<div>I have  some questions about mnesia table fragment.</div>
<div> </div>
<div>While adding a table fragment for the table (say user table for example),what will happen if  reading or writing operation  the same table is being performed?Will it cause the table in in-consistent status? </div>
<div> </div>
<div>Another question,while performing table fragment operation,the operation :</div>
<div>"</div>
<div>Info=fun(Item)->mnesia:table_info(user,Item) end.</div>
<div>mnesia:activity(sync_dirty,Info,[frag_size],mnesia_frag) </div>
<div>"</div>
<div> becomes very slow,but the dirty_read operation is quite quick.</div>
<div>Could you someone explain it to me?</div>
<div>Thanks.</div>