I wonder if mnesia db is suitable for saving millions or more records or not?
- because mnesia storage place has only 3
ram, disc_only, disc. It is not possible to save part of the records in ram. I suspect that if I choose discto store and the number of records is huge, the efficiency of the hopper buffer is very low, and if disc_onlyfor storage and speed it also slows down.
So, in each situation, the wrong choice to save many records, is this right?
source
share