[erlang-questions] dict vs. ETS choice

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Fri Jul 11 14:36:08 CEST 2014


On Fri, Jul 11, 2014 at 1:06 AM, Richard A. O'Keefe <ok@REDACTED>
wrote:

> (2) Persistence : can the data go away when some one process
>     dies / when a node shuts down /  when the disc is decommissioned
>     / never if possible?
>

Persistence, the other way: Do you need the ability to "version" your data
and go back to an earlier version of the data, or can you live with
ephemeral data (i.e., where data gets destructively updated)




-- 
J.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140711/87a08774/attachment.htm>


More information about the erlang-questions mailing list