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

  • SEARCH
  • Home
  • 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 8164691
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T19:22:25+00:00 2026-06-06T19:22:25+00:00

While transforming some data to SQL Azure, I have noted an unexpected behavior. I

  • 0

While transforming some data to SQL Azure, I have noted an unexpected behavior.
I did a quick test and this is the result:

I have a single table in the DB with 1M records and the DB size is 230MB, this without the non-clustered index.

I did a simple test by creating a new table with the same schema and just copied the data from one table to another like this:

INSERT INTO [dbo].[lete_new]
           ([str_en]
           ,[str_en_fp])
SELECT [str_en] ,[str_en_fp] FROM [dbo].[lete]

First of all, on me local workstation (SELECT [str_en] ,[str_en_fp] FROM [dbo].[lete]) takes 8 seconds, so on-top of that is the time that it takes to do the insert.
When I ran the insert on my local WS, it took 10 seconds to copy the data to the new table. The big surprise was when I ran the same query on Azure, it took 30 seconds.

I know that this is not exactly a programming question, but still this will impact the program performance an I want to know why is the performance drop?

  • 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-06T19:22:28+00:00Added an answer on June 6, 2026 at 7:22 pm

    There quite a few things coming into play here. With this type of operation, the one the is affecting you the most is that the storage system on you local drive is not the same as what SQL Azure runs on top of. Keep in mind that all writes are replicated so that failures can be handled quickly. With this many writes, I suspect that this is where the majority of the difference is seen.

    Also, keep in mind that a SQL Azure instance is shared with other users and it sits on commodity hardware. The performance of a system with 4 cores dedicated to a single user (your desktop) is going to differ from any server that is running with other users (SQL Azure).

    In general you will not be able to equate performance of a single dedicated resource to that of a cloud provider. The benefits come from lower cost ramp up and scale out instead of scaling up.

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

Sidebar

Related Questions

I'm working on transferring data from one database to another. For this I have
I have been trying to figure this out for a while now, but every
While transforming some code to lessphp from the classic less code; an incompatibility I
I have been struggling with this for a while. I am new to working
while looking at some code I stumbled onto: throw /*-->*/new std::exception (//... and I
I'm getting this weird error on some stuff I've been using for quite a
I got this scenario: while (reader.Read()) { if (reader.NodeType == XmlNodeType.Element && reader.Name ==
There's this Transformable data type for attributes. What is it good for? Are there
I have modeled an AJAX search after this example a long time ago. I
I've been struggling with this for a good while now. I'm trying to determine

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.