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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T03:48:37+00:00 2026-05-18T03:48:37+00:00

I’m looking into doing some development for the Azure platform. I don’t need the

  • 0

I’m looking into doing some development for the Azure platform. I don’t need the full Relational stuff that you get from SQL Azure and I would be quite interested to use Table Storage instead.

Now the one Relational thing I do need to be able to do is represent one-to-many and many-to-many relationships between tables in my storage.

I’m quite happy with how to use intermediate tables with partition and row keys to represent this, in much the way that regular databases represent them internally.

What I’m wondering is whether it is worth creating a worker service just to intermediate between the storage and anything that accesses it, in order to create a front end that could supervise the limited degree of referential integrity I’m looking for.

I could do this as part of the client easily enough, but I’m wondering whether having the service hosted in the cloud would mean lower network latency given that any query that goes across these references would be likely to need to talk to three different tables and presumably these requests should be a lot faster between a service and storage posted in the cloud, so there would only be one request from outside the cloud rather than several.

If this is a useful strategy, is there an existing tool to do it? If not what would work better or is there just no perceptible benefit? Should I just suck it down and go for SQL For Azure or some kind of heterogenous solution where I store my big data in Table Storage and my lookups and table references in SQL?

  • 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-05-18T03:48:37+00:00Added an answer on May 18, 2026 at 3:48 am

    A hosted service will not only have faster access to table storage; the bandwidth between your service and table storage won’t be billed (as long as it’s in the same data center).

    Abstracting table storage into a service is a good idea, and can be done with either a worker role or a WCF Service Web Role. If you were watching the announcements at this year’s PDC, you might have seen that the upcoming web roles will have full IIS and be able to host multiple web apps, so you could potentially host your website and your service in the same role (more cost-effective than hosting in separate roles).

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

Sidebar

Related Questions

No related questions found

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.