[erlang-questions] simulate a transaction
Daniil Churikov
ddosia@REDACTED
Wed Apr 10 19:58:27 CEST 2013
Also in certain situations at first glance you think that you need
transactions, but you can:
a) scratch your data model to place more information into single object
(depends on how you fetch your data, denormalization is your friend)
b) some data schemes with additional design could eventually heal them
selfs in case of previous errors (e.g on next write previous rubbish
cleaned up from data)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130410/d45cd0ce/attachment.htm>
More information about the erlang-questions
mailing list