DEV Community

msadnan
msadnan

Posted on

Database Cluster

My Application is built on monolithic architecture using laravel framework and mysql database
The application targetting that it will serve more than 10 lac users And at its pick hour will face to be managed more than 50k request per sec.
I know about Load balancing . But i want a help about database clustering
i want to implement a master-slave topology but i have no clue how to start with it.
i found some resoure about clusterControl https://severalnines.com/product/clustercontrol But not understanding the proper guideline Question 1 : The Guideline for implementing Database Clustering.

Top comments (0)