←back to thread

How to design a DBMS for Telco requirements

(mikaelronstrom.blogspot.com)
33 points mikaelronstrom | 3 comments | | HN request time: 0.572s | source
Show context
fmajid ◴[] No.45076016[source]
There's also Erlang's Mnesia, and WhatsApp's ForgETS, also built on top of ETS:

https://www.youtube.com/watch?v=kHzmrWD7iEY

replies(1): >>45077301 #
1. betaby ◴[] No.45077301[source]
Even though Mnesia was developed by Ericsson, I'm not aware of any of their products using it. Are there any?
replies(2): >>45079683 #>>45087780 #
2. happyPersonR ◴[] No.45079683[source]
Rabbitmq used to... think it still does. Which NF's it goes into I don't remember off the top of my head but I would bet tons of like messaging stuff.
3. mikaelronstrom ◴[] No.45087780[source]
Not sure how it is today, but in the 90s and early 00s when I worked at Ericsson Mnesia had a number of systems that it was used in. There was interestingly 4 DBMSs developed at Ericsson in the 90s and 00s. Mnesia and NDB Cluster as mentioned and two internal DBMSs, TelORB and DBS, I had interesting discussions with all of them and worked with DBS before developing NDB Cluster. We were all situated within 5 minutes walking distance :)