Mnesia dB size limits

Damir Horvat damir@REDACTED
Wed Aug 30 14:55:32 CEST 2006


Hi!

I'm planing 50-70 Mbytes stored in mnesia database. I hope
this is still considered "sane" size? What are the upper limits where
system can still be called "production quality" in terms of dB speed?

Another question. Reading Joe's Robust server (bank server example), I
found this interesting:

...
[E] ->
    B = E#account.balance,
		{ok, B}
	end
...

Why not skip B and send {ok, E#account.balance} in the fist place?

Thanks, Damir.



More information about the erlang-questions mailing list