Hi, I have a rather basic question: does Erlang's lack of mutable data structures mean that every time you modify a Mnesia (ets) table, the whole table is copied? This sounds very expensive... am I missing something? Thanks Yariv