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 7874111
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:43:10+00:00 2026-06-03T02:43:10+00:00

This is what we have know: web server in the UK + SQL SERVER

  • 0

This is what we have know:
web server in the UK + SQL SERVER in the UK
Because we can’t make live replication of the database we come up this solution for the US:
web server in the US + talk with the SQL SERVER in the UK.

And we see a strange result, we got a slow connection of the page, it’s more slow from making proxy from the US to the UK and we don’t understand why.

The logic said to us that the sql data is smaller then the proxy (of all the data in the page).

Do you have any ideas?

  • 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-03T02:43:12+00:00Added an answer on June 3, 2026 at 2:43 am

    If you want your SQL database to be that far away from your server, you need to seriously think about reducing the number of sequential queries used.

    If your round-trip ping is 0.2ms to the MySQL server, and you make a query, this waits for round-trip communication. If you make 5 round-trip queries sequentially (that is, you wait for the first query to end before starting the second), it will take 0.2ms * 5 = 1ms.

    Adding 1ms extra latency is no big deal. You probably won’t notice.

    If your database server is located outside the same datacenter, you’ll probably get at least 20ms latency to the database. Five queries in a row would then take 100ms. Still not that bad.

    If you’re located across the ocean from your datacenter, you’re probably talking 100-200ms latency. Five sequential queries would then take as long as a full second to return.

    If you use 20-30 queries throughout the backend, it could take 10+ seconds to load your page.


    Solutions?

    1. Put your database server in the same datacenter as your web server. Unless you can do all queries in parallel, or reduce the system to a single query per page, it’s actually faster to have your webserver in the UK than to separate the web server and database server by an ocean.
    2. Greatly reduce the number of queries.
    3. Cache.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have built a .net (asp) web based solution (SQL Server database) for a
I have a SQL Server 2005 database for a web site that stores user
This is annoying - I know how I'd do it in web... I have
I have little question about how web browser retrieve webpage? I know this User
I'm using VS2010,C#,SQL Server to develop my ASP.NET web app, although this is not
this is a quick question: I have this Database Project in a Web app
I have a big SQL Server database I want to connect to and my
We have a web based (ASP.NET MVC) application that uses SQL Server 2008 for
I have a Sql Server 2008 Express database file that's currently being used by
We have an ASP.NET 4.0 Web application that connects to a SQL Server on

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.