<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi, everyone.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Does someone know if it implies lose of performance 
using mnesia:activity to execute reads and writes in a fragmented 
table?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>My question goes to indiscriminately use 
mnesia:activity even in those cases where the table is not fragmanted 
(yet).</FONT></DIV>
<DIV><FONT face=Arial size=2>This way, the final user could make its own 
fragmentations whenever he wants without having to change any code 
line.</FONT></DIV>
<DIV><FONT face=Arial size=2>It will be a good option if there is no 
significative overhead in using such function.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Or maybe there is some other way to prevent code of 
writting or reading from a table that could be fragmented in the 
future.</FONT></DIV>
<DIV><FONT face=Arial size=2>I am new in the "Mnesia Table Fragmenters Club" and 
my experience is based on the examples found in the documentation.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks in advance, 
Carlos.-</FONT></DIV></BODY></HTML>