How to fetch data from multiple data centres.

Willfin David 1 Reputation point
2023-02-10T13:54:55.6533333+00:00

I have my SQL databases spread across multiple data centres. Let me know the efficient way to fetch data from multiple data centres.

Azure SQL Database
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,793 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bas Pruijn 956 Reputation points
    2023-02-10T15:56:33.16+00:00

    You can query multiple SQL databases at once. Things are a bit dependent on the set-up of your databases. If all are set-up identically, you can have a look at sharding. Otherwise elastic queries might be a solution for you. Things are explained in this documentation page: https://learn.microsoft.com/en-us/azure/azure-sql/database/elastic-scale-introduction?view=azuresql

    Even though the description is focussing on elastic pools, this is NOT a requirement.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.