So I have been using ETS - works great. However, I use it as a cache of route data - which I load when the module loads, and save when a change is made (it is read far more than written).
How can i wri开发者_StackOverflow中文版te information which store in dets to txt file? Thank you.Since you\'ve provided little to no information on what you mean or what you intend to do, the only ad
All I need is a large persistent lookup table in Erlang and dets seems like just the thing though I need a definative answer to:
I\'m looking for the equivalent of Erlangs DETS for a persistent key/value store, except with out 开发者_JAVA技巧DETS 2G table size limit. Berkeley DB Java Edition (with Clojure-wrapper available her