now i have asp.net mvc app with mysql db . i have million records with hug numbers of users . so one server can't work fine how can i run my app in many servers and have a good performance like facebook
Asked
Active
Viewed 74 times
-4
-
1It's difficult to understand what you are asking. I would recommend that you [edit] the question, using proper punctuation and including specific, relevant details to clarify what you mean. See [ask]. – Anthony Geoghegan Jan 04 '18 at 13:21
-
2this is absolutely the worst question I have seen today. Rework it or something. – NappingRabbit Jan 04 '18 at 16:57
1 Answers
0
You need to read about Load Balancing. There multiple ways to do load balancing and there different definitions as well. One is the following.
- Vertical Load Balancing - you scale by adding more machines into your pool of resources
- Horizontal Load Balancing - You scale by adding more power (CPU, RAM) to an existing machine.
Credits : Difference between scaling horizontally and vertically for databases
You can get an understanding on practical methods to do these by articles like the following.

Ishan Thilina Somasiri
- 1,179
- 1
- 12
- 24