[erlang-questions] Can Mnesia replace conventional RDBMS?

Yash Ganthe yashgt@REDACTED
Sun Jun 2 10:19:53 CEST 2013


The Mnesia documentation says:
largest possible mnesia table (for now) is 4Gb

A table can be distributed across nodes so that part of it remains on one
node and part on another. In a distributed sense, does this mean 4GB per
table per node, or 4GB per table across nodes?

Is there a way by which Mnesia can be used in a system that will store
about 100GB of data in some tables and support ACID properties just like
popular RDBMS's like MySQL/Oracle?

Thanks,
Yash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130602/31c5fbeb/attachment.htm>


More information about the erlang-questions mailing list