mnesia
mnesia save out info
how to save mnesia:info() out开发者_如何学Goput? I use remote sh in unix screen and can\'t to scroll windowHere\'s a function that you can put in the user_default.erl module on the remote node:[详细]
2023-02-21 18:26 分类:问答What to consider first when designing a meta-search engine using Erlang, Mnesia and Yaws?
Can someone explain to me what to consider first when designing a meta-search engine using Erlang, Mnesia and the Yaws web server? This engine should have SMS capability but I am still wondering how I[详细]
2023-02-13 21:16 分类:问答Managing incremental counters in mnesia DBMS?
I have realised that mnesia doesnot support auto-increment feature as does MySQL or other RDBMS do.The counters talked about in mnesia documentation are not really well explained. forexam开发者_高级运[详细]
2023-02-02 00:22 分类:问答running and testing ejabberd on localhost?
I have installed ejabberd on my HP pavilion (Entertainment开发者_JAVA百科 laptop running windows 7), during the installation i was prompted to enter the server domain. Since i wanted to experiment on[详细]
2023-02-02 00:00 分类:问答How do I create and use (or simulate) multi-column indexes in Erlang Mnesia
I have looked through the Mnesia documentation and the 3 popular Erlang books. It seems only single column primary and secondary indexes can be created and used. Or maybe it is just what the examples[详细]
2023-02-01 11:28 分类:问答reading mnesia tables where key is a tuple and the search criteria contains '_' underscores
I have a 3rd or 4th normal form mnesia database and the table in question should be a key/value hash, however, the architect put the keys and values in the key portion of the record.[详细]
2023-01-31 12:56 分类:问答howto start table in mnesia?
I have situation when on开发者_如何学编程e of tables rich size 2G and after it I cannot work with this table,[详细]
2023-01-29 22:35 分类:问答Ordering of Mnesia events
We’re developing an application where multiple processes on different nodes in a distributed system subscribe to mnesia events. The table is written to from one single process on one of the nodes.[详细]
2023-01-27 14:20 分类:问答Erlang: MNesia: Implementing redundancy?
I have an application developed with Erlang / MNesia and I am trying to implement re开发者_StackOverflowdundancy for MNesia.[详细]
2023-01-25 02:31 分类:问答Help me understand mnesia (NoSQL) modeling
In my Quest to understanding Mnesia, I still struggle with thinking in relational terms. So I will put my struggles up here and ask for the best way to solve them.[详细]
2023-01-24 06:51 分类:问答