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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T07:25:41+00:00 2026-05-18T07:25:41+00:00

To be true, After typing the Question title only, i had a look about

  • 0

To be true, After typing the Question title only, i had a look about DB indexing in Wiki.
Now i know something about Indexing in general. But, still i have some questions on MongoDB indexing.

What is indexing in MongoDB? What it will exactly do, If i index a collection?
What i can do with indexing in MongoDB?
Will i able to use it for searching specific data?

Can anyone explain it with the below set of documents in a Collection in some MongoDB?

{ "_id":"das23j..", "x": "1", "y":[ {"RAM":"2 GB"}, {"Processor":"Intel i7"}, {"Graphics Card": "NVIDIA.."}]}

Thanks!!!

  • 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-18T07:25:42+00:00Added an answer on May 18, 2026 at 7:25 am

    An index speeds up searching, at the expense of storage space. Think of the index as an additional copy of an attribute’s (or column’s) data, but in order. If you have an ordered collection you can perform something like a binary search, which is much faster than a sequential search (which you’d need if the data wasn’t ordered). Once you find the data you need using the index, you can refer to the corresponding record.

    The tradeoff is that you need the additional space to store the “ordered” copy of that column’s data, and there’s a slight speed tradeoff because new records have to be inserted in the correct order, a requisite for the quick search algorithms to work.

    For details on mongodb indexing see http://www.mongodb.org/display/DOCS/Indexes.

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

Sidebar

Related Questions

After asking so many question about android socket programming and getting valuable answers from
In Delphi, why does the Assigned() function still return True after I call the
Is it true that the only way to handle default function arguments is through
If this is true, I'd like to know why. Do we see a great
I know that the following is true int i = 17; //binary 10001 int
In edittext, after typing 'Enter' key, system make a new line inside it. I'd
I am finding that isAnimating is returning true even after it has completed the
there is some code to execute after validation. consider a variable SOQualityStandards = true;
Under Windows XP WPF true 3D content (which is usually displayed using the Viewport3D
when i use setDefaultLookAndFeelDecorated(true) method in Java why is the Frame appear FullScreen when

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.