![bullet bullet]()
|
By now we have finished building and deploying our application. |
![bullet bullet]()
|
Both the data and the MVC Application is running fully in the cloud. |
![bullet bullet]()
|
If additional scale is needed, we can change the “Instance Count,” as described in one of my previous posts. |
![bullet bullet]()
|
Although the database can grow to 50GB in size, you may want to devise some sort of sharding logic. |
![bullet bullet]()
|
Sharding can be challenging and essentially involves the horizontal partitioning of data. |
![bullet bullet]()
|
Database sharding is a technique for scaling out SQL databases and has started to gain mindshare amongst developers. |