Mnesia files
Frank Muller <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAFA6GnAwbSbDC+M4p3S8P_tu=af4d7kXasF_eVC20d3HwTmPqw@mail.gmail.com> |
Hi Mnesia users/experts, Could someone pls explain me the roles of these files: LATEST.LOG, DAT, DCT and DCL? Read the doc multiple times but couldn’t fully grasp their roles: https://erlang.org/doc/apps/mnesia/Mnesia_chap7.html#log-file What are they for? What happens if in the middle of many transactions I unplug the electrical cable, put it back and restart Mnesia. How these files will help to recover the state. Finally which ones are important to keep and which aren’t? Thanks