Erlang (programming language)/Tutorials/DETS

From Citizendium
< Erlang (programming language)‎ | Tutorials
Revision as of 09:56, 27 June 2008 by imported>Eric Evers (→‎DETS)
Jump to navigation Jump to search

DETS

DETS is a disk based version of ETS.

It works in a similar way as ETS but the access behavior is a little different. At present there is a 2GB limit on tables.