Processing Large Mnesia dbase
tty@REDACTED
tty@REDACTED
Mon Nov 28 15:08:47 CET 2005
Hello,
I have a largish Mnesia table which I need to evaluate each record. What is the typical method for working with each record ?
I did a dirty_read for each record and spawn a process for each. I manage to drop the time needed for the processing by spawning processes on 3 nodes. However it still took too long for my needs.
Would it be quicker to do a QLC call over a small range of records instead ?
Thanks in advance
Tee
More information about the erlang-questions
mailing list