<br><br>
<div><span class="gmail_quote">2008/7/28, Valentin Micic <<a href="mailto:valentin@pixie.co.za">valentin@pixie.co.za</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I'd say that also depends on what storage method you're using. Thus, in a case you're planning to use DETS (disc_only_copy), you may want to consider fragmentation even for 1 million... In my experience, the performance deteriorates(*) when table gets populated beyond, say, 250,000 entries (if entries are reasonably complex terms).</blockquote>

<div> </div>
<div>Oh,that will be a problem.Can I say mnesia is not proper for very large data-set?</div>
<div>If I keep every fragment 250,000 records, then 100 million records will be distrubted in </div>
<div>400 fragments,is  it a problem for mnesia?</div>
<div>What's the size of your largest mnesia table in your application ?<br> </div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">In addition, if you increase a number of dets fragments, make sure that you also increase a number of I/O threads (+A) to some reasonable value(**).<br>
<br>V.<br><br>(*) Inserts and/or updates are affected, read seems to keep good performance levels.<br><br>(**) If you are using 32-bit environment, try not to get carried away with a number of I/O threads, as the cost in memory may be substantial.<br>
<br>----- Original Message ----- From: "Ulf Wiger" <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:ulf@wiger.net" target="_blank">ulf@wiger.net</a>><br>To: "devdoer bird" <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:devdoer2@gmail.com" target="_blank">devdoer2@gmail.com</a>>; <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a>><br>
Sent: Sunday, July 27, 2008 10:12 AM<br>Subject: Re: [erlang-questions] How many fragments would be proper for 1milions records in mensia?<br><br><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div><span class="e" id="q_11b68c827f9acfca_1">Depending on object size, you may well have just a single<br>table/fragment. 1 million objects is not that much.<br><br>BR,<br>Ulf W<br><br>2008/7/27, devdoer bird <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:devdoer2@gmail.com" target="_blank">devdoer2@gmail.com</a>>:<br>

<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi:<br><br>Considering the access  performance , easy mangement ,how many fragments<br>would be proper for 1 milions records in mensia? Are there any rules about<br>
the number of fragments and the number of total records?<br><br>Regards<br><br></blockquote></span></div><span class="q">_______________________________________________<br>erlang-questions mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br><br></span></blockquote>
<br></blockquote></div><br>