Skip to Content
Hands-On Azure for Developers
book

Hands-On Azure for Developers

by Kamil Mrzygłód
November 2018
Intermediate to advanced
606 pages
15h 7m
English
Packt Publishing
Content preview from Hands-On Azure for Developers

Sharding

The last way to scale your database is to use sharding. As opposed to elastic pools, by using sharding you allocate individual resources to each of your databases. It is also one of the models for horizontal scaling (so you rather provision another database than scale up your existing one).

Note that you can use sharding also for elastic pools by using the Elastic Database split-merge tool: https://docs.microsoft.com/en-us/azure/sql-database/sql-database-elastic-scale-overview-split-and-merge.

In general, you will use sharding if you:

  • Have too much data to be able to handle it with an individual instance
  • Want to load-balance requests
  • Want to geo-distribute your data

The important thing here is the requirement that the data structure ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Implementing Azure: Putting Modern DevOps to Use

Implementing Azure: Putting Modern DevOps to Use

Florian Klaffenbach, Oliver Michalski, Markus Klein, Mohamed Wali

Publisher Resources

ISBN: 9781789340624Supplemental Content