<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Any idea how to rename a mnesia table? Consider the 
following scenario:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>1) process P1 writes to table T1</FONT></DIV>
<DIV><FONT size=2>2) table T1 is renamed to T2</FONT></DIV>
<DIV><FONT size=2>3) process P1 fails to write while T1 is not available (new 
messages (data) are accumulated in P1's queue while P1 retries to write to 
T1)</FONT></DIV>
<DIV><FONT size=2>4) a new T1 is created</FONT></DIV>
<DIV><FONT size=2>5) process P1 writes to T1</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>I am worried that something like this is not possible, as it 
would complicate transactions, etc. Hope that I'm wrong, as it would make my 
life so much simpler. </FONT><FONT size=2> </FONT></DIV>
<DIV><FONT size=2>I've been looking at fragmentation, but that doesn't seem to 
be a simple solution for (I hope) a simple problem. </FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>Valentin.</FONT></DIV></BODY></HTML>