Erlang (programming language)/Tutorials/DETS: Difference between revisions
Jump to navigation
Jump to search
imported>Eric Evers (New page: =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.) |
imported>Eric Evers (→DETS) |
||
Line 4: | Line 4: | ||
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. | ||
A present there is a 2GB limit on tables. |
Revision as of 08:55, 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. A present there is a 2GB limit on tables.