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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T06:21:54+00:00 2026-06-10T06:21:54+00:00

Say I have 2k partitions. I.E. 2k distinct partitions keys. All partitions have 3

  • 0

Say I have 2k partitions. I.E. 2k distinct partitions keys. All partitions have 3 guid rowkeys.

To illustrate:

Partition 1
– Guid 1(rowkey)
– Guid 2(rowkey)
– Guid 3(rowkey)

Partition 2
– Guid 4(rowkey)
– Guid 5(rowkey)
– Guid 6(rowkey)

…. etc etc.

If I were to do a query for an exact guid across all partitions. What sort of query performance would I be looking at? A direct retrieve or table scan?

More background info.
I intend to have the following schema:

UserEntity
Partition Key – User Guid
Row Key – Username

OpenIdEntity
Partition Key – User Guid (Same as UserEntity)
Row Key – OpenId

Now, when a user logs in, I need to
1) find the open ID (select record with 1 distinct rowkey here, regardless of partition)
2) find username. (select record with 1 distinct partition key. table scan for a property or something. Since partition key is known and partition is small, the impact of table scan should be minimal)

My concern is step 1 being slow if the Azure Table Storage scans entire table to find 1 distinct rowkey.

Thanks in advance.

  • 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-10T06:21:56+00:00Added an answer on June 10, 2026 at 6:21 am

    Your concern is warranted. A query of the form “all entities with RowKey X” will result in a full table scan.

    If you know the set of partition keys you’re using, you could issue n parallel queries (one for each partition). E.g., “all entities with PartitionKey 1 and RowKey X,” “all entities with PartitionKey 2 and RowKey X,” etc. Issuing these in parallel would mean you’re doing n direct lookups, which will generally be much faster than a table scan.

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

Sidebar

Related Questions

Let's say you have multiple directories that all exist on the same partition. Let's
Please tell me how HBase partitions table across regionservers. For example, let's say my
Say I have a vector with 1000 values and I want to 'split/partition/group' this
Lets say have this immutable record type: public class Record { public Record(int x,
Say I have a select box eg <div data-bind='visible: someProp'> <select class=selectSubWidgets data-bind='options: subWidgets,optionsText:
Say I have a Telerik MVC Grid, AJAX bound and I want to put
Say we have deep hashes like: b = {1 => {2 => {} },
Say i have a few fields like the following: abd738927 jaksm234234 hfk342 ndma0834 jon99322
Say I have 2 scripts test1.sh #!/bin/sh . ./test2.sh foo test2.sh #!/bin/sh foo(){ echo
Say I have a SSI script that uses exec, or a PHP script that

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.