Are the repair times really that much of a problem? It's not like servers or erlang runtime crash that often.<br>I would think the advantages of using mnesia far outweight the disadvantages. Mnesia is much easier to scale and work with than mysql. <br>
<br><br>Sergej<br><br><br><div class="gmail_quote">On Thu, May 29, 2008 at 7:38 AM, Yariv Sadan <<a href="mailto:yarivsadan@gmail.com">yarivsadan@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Facebook runs on MySQL -- that's pretty scalable :)<br>
<br>
The main reason I didn't go with Mnesia for storing most data is the<br>
dets issues discussed previously on this list (specifically, the long<br>
repair times and the need for fragmentation over 4gb). I use Mnesia<br>
for storing session data though.<br>
<font color="#888888"><br>
Yariv<br>
</font><div><div></div><div class="Wj3C7c"><br>
On Wed, May 28, 2008 at 10:26 PM, Nick Gerakines <<a href="mailto:nick@gerakines.net">nick@gerakines.net</a>> wrote:<br>
> MySQL? Seriously?<br>
><br>
> I've heard from multiple sources database congestion is a major source<br>
> of scaling problems for websites. Why take MySQL over a fragmented<br>
> mnesia store or a set of hybrid services?<br>
><br>
> # Nick Gerakines<br>
><br>
> On Wed, May 28, 2008 at 10:12 PM, Yariv Sadan <<a href="mailto:yarivsadan@gmail.com">yarivsadan@gmail.com</a>> wrote:<br>
>> Hi,<br>
>><br>
>> I created an open source Twitter clone in Erlang called Twoorl. I<br>
>> wrote it on top of ErlyWeb/Yaws.  You can see it at <a href="http://twoorl.com" target="_blank">http://twoorl.com</a>.<br>
>> The code is at <a href="http://code.google.com/p/twoorl" target="_blank">http://code.google.com/p/twoorl</a>.<br>
>><br>
>> I'll appreciate any feedback!<br>
>><br>
>> Thanks,<br>
>> Yariv<br>
>> _______________________________________________<br>
>> erlang-questions mailing list<br>
>> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
>> <a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
>><br>
><br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br>