Erlang Mailing Lists

Author Message

<  Erlang bugs mailing list  ~  efficiency guide

Guest
Posted: Mon Mar 19, 2007 1:04 pm Reply with quote
Guest
Thanks, Ulf. I guess that dirty_write was the cheapest operation at
the time when the Efficiency Guide was written. Unfortunately, we have
a hard time keeping all of the system documentation up-to-date.

I changed the text to "Even the Mnesia dirty_write_operations...".

Regards,
Gunilla, Erlang/OTP team

Ulf Wiger wrote:
> In the Efficiency Guide,
>
> http://www.erlang.org/doc/doc-5.5.3/doc/efficiency_guide/tablesDatabases.html#4.1.4
>
> it says:
>
> "Even the cheapest Mnesia operations, dirty_write operations,"
>
> Dirty_write operations are not the cheapest Mnesia operations.
>
>
> For example,
>
> mnesia:activity(ets, fun() -> mnesia:write(Obj) end)
>
> is significantly cheaper than
>
> mnesia:dirty_write(Obj)
>
> (and also semantically different, of course...)
>
>
> BR,
> Ulf W

_______________________________________________
erlang-bugs mailing list
erlang-bugs@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-bugs
Post recived from mailinglist

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum