0 votes
in Azure SQL by
What Is Sql Azure Federations?

1 Answer

0 votes
by

SQL Azure federation provides tools that allow developers to scale out (by sharding) in SQL Azure.

Here are some of the benefits of a sharded database: 

  1. Taking advantage of greater resources within the cloud on demand.
  2. Allowing customers to have their own database, to share databases or to access many databases.
  3. Reducing the exposure of a single point of failure.
  4. Benefiting from the lower costs of using cloud resources on an as-needed basis and releasing them when done.
  5. Reducing I/O bottlenecks and SQL Azure throttling.

Related questions

0 votes
asked Mar 15, 2022 in Azure SQL by sharadyadav1986
0 votes
asked Mar 15, 2022 in Azure SQL by sharadyadav1986
...