You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// searching one file in dataset of thousands and millions , it takes a lot of time to complete the search , so we have got the concept of indexing data
db.Students.createIndex({name:1}) // here we are indexing our data and increasing time complexity