|
Re: ets concurrency: msg#00318lang.erlang.general
On Thu, 29 Jan 2004 17:41:11 +0100, Joachim Durchholz <joachim.durchholz@xxxxxx> wrote: Ulf Wiger wrote: Mnesia has its own transaction manager, using a two-phase commit protocol with deadlock prevention. It also allows direct access to the tables at two different levels: - "dirty write": indices and replicas are updated; works on both local and remote tables, as well as on persistent tables - "ets insert": only works if the table has a local ram copy, no indexing, no replication, but is of course blindingly fast. Both "dirty" and "ets" operations completely subvert the transaction manager, and have to be used with great care. /Uffe -- Ulf Wiger, Senior System Architect EAB/UPD/S |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: ets concurrency: 00318, Joachim Durchholz |
|---|---|
| Next by Date: | Re: ets concurrency: 00318, DANIESC SCHUTTE |
| Previous by Thread: | Re: ets concurrencyi: 00318, Joachim Durchholz |
| Next by Thread: | Re: ets concurrency: 00318, Bengt Kleberg (AL/EAB) |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |