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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T12:20:32+00:00 2026-06-08T12:20:32+00:00

Seeing as this value is unique and present for all users in a mongo

  • 0

Seeing as this value is unique and present for all users in a mongo database, are there any particular caveats to using this as a user identifier in a web application?

Particular issues I may be considering include if in the future the users need to be transferred.

  • 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-08T12:20:33+00:00Added an answer on June 8, 2026 at 12:20 pm

    … are there any particular caveats to using this as a user identifier in a web application?

    A few that I’ve seen:

    1. It’s not great for URLs. Twitter gives me a URL like http://twitter.com/gatesvp, with an ObjectId you get a url like http://example.com/ab12ab12ab12ab12ab12ab12.
    2. The ObjectId shards very poorly. It’s not really random, it’s somewhat sequential, so new users will cluster on shards rather than distribute randomly.
    3. You often need another unique identifier. Most websites have a requirement for unique e-mail or unique user name. Yes you can create a unique index on the “user name”, but then you have two unique indexes, one that’s useful and one that’s just a random number.
    4. You will be referencing this everywhere. Your users’ data will typically be spread across multiple collections all with a pointer to the “userId”. Having ObjectIds (or Guids), means that you are constantly copy-pasting these big IDs everywhere and storing them in the DB.

    Particular issues I may be considering include if in the future the users need to be transferred.

    Transferred to where? Once you start storing user’s data in MongoDB, the IDs are going to be the least of your problems transferring to another DB. All modern DBs can handle some form of String or Binary as the primary key ID, so your transfer should work just fine. But most of the complexity will have nothing to do with the ID.

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

Sidebar

Related Questions

Kept on seeing this pattern in code, but couldn't find any reference to it
Using Visual SourceSafe's Open SourceSafe Database... command, there is an option at the bottom
I'm seeing an issue with some javascript string literals, when encoding this value: Unencoded
I have been seeing this a lot lately and I am unable to find
I remember seeing this on Ajaxian and a couple other sites but I never
I've been seeing this in my Visual C# 2008 RSS Feed forever now: http://lincolnfair.net/oldLincolnFair/mad.jpg
I'm seeing this in the Debugger Console: <Error>: CGImageSourceGetType image source parameter is nil\n
I seem to remember seeing this somewhere, but for the life of me search
I'm seeing this exception message coming from XslCompiledTransform.Transform(), but after handling the exception the
I've been seeing this instruction as the very first line of numerous CSS files

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.