<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
I would agree with this comment.<div><br></div><div>Maybe instead you should think about a process for each user, and each process having a gb_tree in the state record to save data.</div><div><br></div><div>If you want persistance you "could" use dets instead....</div><div><br></div><div>Matt<br><br><div><div id="SkyDrivePlaceholder"></div>> Date: Mon, 11 Feb 2013 12:50:45 -0500<br>> From: mononcqc@ferd.ca<br>> To: maruthavanan_s@hotmail.com<br>> CC: erlang-questions@erlang.org<br>> Subject: Re: [erlang-questions] Alternatives to Erlang<br>> <br>> I would first of all be more worried of having literally a million<br>> database tables if 100k users register than using as many atoms.<br>> <br>> What drives your design in a way that forces you to have so many<br>> database tables in the first place?<br>> <br>> Regards,<br>> Fred.<br>> <br>> On 02/11, Maruthavanan Subbarayan wrote:<br>> > Hi,<br>> > I am on the way to creating an application which would create atoms dynamically.<br>> > These atoms are created because I have user registering into my system and each user has set of 10 mnesia tables to be created. Since atoms has a limitation I am afraid that if 100K users register into my system I may run of atoms for creating tables for more users.<br>> > Creating an ETS table with name will give me table identifier with integer. Does a similar thing exists for mnesia too?<br>> > How can I organize such a system?<br>> > Thanks,Marutha                                     <br>> <br>> > _______________________________________________<br>> > erlang-questions mailing list<br>> > erlang-questions@erlang.org<br>> > http://erlang.org/mailman/listinfo/erlang-questions<br>> <br>> _______________________________________________<br>> erlang-questions mailing list<br>> erlang-questions@erlang.org<br>> http://erlang.org/mailman/listinfo/erlang-questions<br></div></div>                                        </div></body>
</html>