DEV Community

Aman Agrawal for LoginRadius

Posted on • Originally published at loginradius.com on

Index in MongoDB

Index is a typical way to speed-up queries in normal database system. There is no difference between MongoDB and a document-based database system. This article gives insight about the index in MongoDB, for query optimization. Index in Mongo: Default _id is an ObjectId object, 1…

Read On

Top comments (0)