ets vs. mnesia ram_copies
Bengt Kleberg
eleberg@REDACTED
Wed Mar 12 09:07:52 CET 2003
> Date: Tue, 11 Mar 2003 14:06:30 -0500
> From: Shawn Pearce <spearce@REDACTED>
> To: erlang-questions@REDACTED
> Subject: ets vs. mnesia ram_copies
> Mail-Followup-To: erlang-questions@REDACTED
> Mime-Version: 1.0
> Content-Disposition: inline
> User-Agent: Mutt/1.4i
>
> Does anyone have any tests they've put together comparing the
> performance of mnesia ram_copies (ram only tables, non replicated)
> and ets? I'm trying to get an idea of the loss I'll have in
as an aside: it is possible to create a mnesia table, and use it from
ets. this might be handy if there is a problem with the persistance of
ets tables (the process owning the ets table dies, but the users of the
table lives on).
bengt
More information about the erlang-questions
mailing list