[erlang-questions] transactions in dets

John Doe donpedrothird@REDACTED
Tue Jan 14 21:59:19 CET 2014


Hi,
Is there a way (some app or whatnot) to do transactions in dets without
mnesia? In my project there are many similar clusters of small dets files,
independent of each other - many directories, each directory contains dets
file with data and a few other dets files with some related data,
statistics on this data, indexes and denormalization data, most of time all
these tables are closed. Are there any more or less standard solutions to
do transactional changes in each of such cluster so that data in all files
inside a directory would be consistent? I really don't want to write my own
versioning db engine  ridden with bugs and locks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140115/bc2c15f6/attachment.htm>


More information about the erlang-questions mailing list