ets or mnesia?
Ryan Rawson
ryanobjc@REDACTED
Wed Apr 5 00:39:42 CEST 2006
I would recommend ETS as well. It's essentially a hashtable (in API),
so there isn't any learning to be done really. All you need is an API
reference, which man ets works very well for.
-ryan
On 4/4/06, Claes Wikstrom <klacke@REDACTED> wrote:
> Jérémie Lumbroso wrote:
>
> > Should I use mnesia or ets for that? (And if you say ets, can you
>
> ets
>
> > recommend a good starting guide?)
> >
>
> It's unfortunately going to have to be
>
> # man ets
>
> (Assuming you have the man pages set up)
>
>
> /klacke
>
>
> --
> Claes Wikstrom -- Caps lock is nowhere and
> http://www.hyber.org -- everything is under control
> cellphone: +46 70 2097763
>
More information about the erlang-questions
mailing list