Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Professional Azure SQL Database Administration

You're reading from   Professional Azure SQL Database Administration Equip yourself with the skills you need to manage and maintain your SQL databases on the Microsoft cloud

Arrow left icon
Product type Paperback
Published in Jul 2018
Publisher Packt
ISBN-13 9781789538854
Length 398 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Ahmad Osama Ahmad Osama
Author Profile Icon Ahmad Osama
Ahmad Osama
Arrow right icon
View More author details
Toc

Horizontal Scaling


Horizontal scaling or sharding refers to partitioning the data from one single big table in a database, across multiple independent databases based on a sharding or partitioning key. For example, a customer table is partitioned across multiple independent databases on CustomerID. Each independent database stores data for one or more customers.

Horizontal scaling can be helpful when:

  • The data is too big to fit in one single database.

  • The data is to be distributed to different locations for improved performance or for compliance. For example, European customers will get improved performance if their data is in a European data center rather than an Asian data center.

  • Isolating tenants or customers to a database of their own for better management and performance. If all of the customer data is in a single database and there is a blocking in the database because of a transaction made for a customer, say X, then all of the other customer queries will have to wait for the blocking...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime