Processing Large Mnesia dbase

Bengt Kleberg bengt.kleberg@REDACTED
Tue Nov 29 09:56:24 CET 2005


On 2005-11-28 15:08, tty@REDACTED wrote:
> Hello,
> 
> I have a largish Mnesia table which I need to evaluate each record. What is the typical method for working with each record ?
> 

from reading the documentation the obvious solution would be:

foldl(Function, Acc, Table) -> NewAcc | transaction abort


it would be nice if those that have a large mnesia experience could 
support/shoot down this function for this purpose.


bengt






More information about the erlang-questions mailing list