[erlang-questions] tcerl memory usage, plans for hash-type db

Joel Reymont joelr1@REDACTED
Fri Aug 22 22:54:05 CEST 2008


On Aug 22, 2008, at 8:57 PM, Scott Lystig Fritchie wrote:

> Even if TC's disk structures were 100% crash-safe, aren't there still
> sync problems between the local txn manager's log and any mnesia_ext
> backend (as the callbacks exist today)?


Yes!

Mnesia assumes that everything is fine by the time you get to the  
backend module. If the backend module crashes then Mnesia is not gonna  
know about it.

There's no way of fixing this short of further serious hacking of the  
Mnesia proper.

If you don't care for ets, dets or both then you can actually view  
Mnesia as just a transaction coordinator.

--
wagerlabs.com




More information about the erlang-questions mailing list