Erlang (programming language)/Tutorials/DETS: Difference between revisions

From Citizendium
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
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 09: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.