Link to PDC 2010 session that shows different techniques to scale-out SQL Azure Databases, including sharding and horizontal partioning.
Similar Posts
Windows Azure Insider June 2013 – Architecting Multi-Tenant Applications in Windows Azure
One of the biggest challenges that companies face when migrating applications to Windows Azure is going from a single to a multi-tenant approach, which means that some of the compute and data resources are shared by their customers. We take a look at four different areas affected by this process: – Identity and security –…
Windows Azure Insider March 2013 – Real-World Scenarios for Node.js in Windows Azure
For the March 2013 edition of the Windows Azure Insider column in MSDN Magazine, Bruno Terkaly and I talk about node.js, the javascript server-side programming language that it’s taking the world by storm (for the right use cases). We show you how to create a basic HTTP server, as well as how to use it…
Windows Azure AppFabric Caching transactions and update modes
While talking to a startup company today, they asked me about the Windows Azure AppFabric Caching service, trying to replace a Redis self-managed deployment. The conversation steered specifically towards atomic transactions and update modes. I found a really good white paper from Scott Seely that talks about the two update patterns supported: optimistic and pessimistic….
Architecture + Strategy using the Windows Azure AppFabric Service Bus
Excellent blog entry from David Chou explaining the differences between an Enterprise Service Bus and and an Interent Service Bus, and how to take advantage of the latter when designing architectures for the cloud. Click here to open link…
Installing SQL Server Express 2008 R2 on Windows Azure Cloud and Its Usage Scenarios
Installing SQL Server on a VM Role is not a pattern that Microsoft recommends for different reasons (including local storage scalability), but this article exposes some interesting ways of using this approach for cost saving purposes. Click here to open link…
Beginning Azure Diagnostics Andy Cross at BareWeb
Click here to open link…