The Mnesia documentation says:<br>largest possible mnesia table (for now) is 4Gb<br><br>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?<br>
<br>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?<br><br>Thanks,<br>Yash<br>