Mysql database for telecommunication application

Telecommunication is a wide range of application relates to database. Most of the telecommunication industries use Mnesia(Default database for Erlang)with Erlang(Ericson Language)

I tried to use Mysql database for telecommunication application with Erlang instead of Mnesia database.This is due to handle the huge loads which is not efficiently handle by the Mnesia.

The main issue is to handle 1000s of concurrent insertaion, updation and deleation operation at a time. The current requirement is 4000 insertaion, 2000 updation and 5000 deletion per seconds with additional select quries.

If anyone had experience with mysql to support on this level?

Regards,
Muru.

2 Likes

did you get any solution?

1 Like

check this telecom site hope it might help your problem.