Data partioning to scale well

In most of the applications data keeps growing and application may become slow as the time passes when accessing data. There's a question always to scale data horizontally or vertically. Partitioning may be one option. Here is one of the good and interesting article.

Data partitioning

Popular posts from this blog

Generating unique string in C#

Internet Information Services (IIS) on Load Balancer and shared folder for files

SQL Query Optimization