Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8357609
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T10:32:00+00:00 2026-06-09T10:32:00+00:00

My application is using windows azure and SQL Database(Azure). In near future we will

  • 0

My application is using windows azure and SQL Database(Azure). In near future we will be having traffic for our SQL Database near to 50,000 transactions/min. I am using 5GB Web database.
Now there is a limit of 400 concurrent operations per partition in SQL Database:Reference

What are the possible ways to overcome this limitation? At the moment the best solution i can think of is federation. Which are the other ways? And which one is the best?
EDIT : Transactions will be write only. We are collecting performance data from our client systems every 5 seconds which are sent to our REST API which eventually inserts data to SQL Database. So no UI and caching is out of question.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T10:32:04+00:00Added an answer on June 9, 2026 at 10:32 am

    Using Federations in Windows Azure SQL Database is one option. But I prefer offloading the heavy work to different data store like Table Storage, Blobs or Queues since they were built to handle a heavy load and they partition much easier. Combine this with good caching and you might overcome this limitation with ease.

    Imagine your site has a top 10 products list on your home page and you have 100,000 visitors / day. One option would be to query SQL Azure each time, but this could cause a heavy load on SQL Azure. But you could have a worker process running every 24 hour for example and calculating the top 10 products at that time, and save them in Table Storage (you could make a few partitions in that table containing the top 10 per country, per category, …). You could see this as a pre-generated view. Each time you want to show the top 10 products you would query the items from Table Storage (a specific partition in a table) which scales much better. Add some ASP.NET caching there and you’ll have a very reliable system.

    That was it for reading data. But I imagine you’ll also be expecting some user input, where a user can create an order, send messages, … There again, if you’re expecting a heavy load SQL Azure might not be your best option to interact with directly (seen the limitations). Using queues between your front end and your back end might be a better solution.

    When your users place an order you can write a message to a queue (Storage Queue or Service Bus Queue). A worker will pick up this message, and create a record in the table for that order with the time, product count and maybe even a status (like processing) that you would show in the user’s orders screen. Once you’ve done this you have all the time you need to do finish the order and once you finished it you save the end result in SQL Azure (and you update the order record in table storage). Saving the end result in SQL Azure will still make it possible to use reporting etc…

    This will have a big impact on your application. An other solution would be to host SQL Server yourself in a Virtual Machine, but note that this is still in CTP: Provisioning a SQL Server Virtual Machine on Windows Azure

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing an application for Windows Azure. I'm using Entity Framework to access SQL
I am working a sample application using Windows Azure table storage. I will try
We are using Windows Azure Web Roles to host our MVC 3 application. From
I made a sample application using windows azure dedicated caching ( preview ). The
We are using windows azure table for logging errors within our applications hosted inside
I developed the Windows Application using Entity Framework 4.0 with SQL Server. In development
I am creating a windows application using VB.Net and this application will take a
i am using windows azure and i hosted my application on windows azure management
I have a client/server application through windows azure relaying. This works well using a
I have a windows azure Webrole application using Silverlight on top of WCF+ASP.NET. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.