mnesia: inserting a large number of records

Hakan Mattsson hakan@REDACTED
Wed Aug 3 16:54:02 CEST 2005


On Wed, 3 Aug 2005, Sebastian Bello wrote:

SB> Despite this, the table lock locks all other interactions on the table,

Yes. You should avoid to perform file parsing and other
time consuming stuff in the transaction.

Another approach is to handle the concurrency issues
explicitly in your application and use dirty access
instead.

Good luck.

/Håkan


More information about the erlang-questions mailing list