Erlang (programming language)/Tutorials/DETS: Difference between revisions
Jump to navigation
Jump to search
imported>Eric Evers (→DETS) |
imported>Eric Evers (→DETS) |
||
Line 3: | Line 3: | ||
DETS is a disk based version of ETS. | DETS is a disk based version of ETS. | ||
It works in a similar way as ETS but the access behavior is a little different. | 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. | ||
Revision as of 09:56, 27 June 2008
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.