Indexing on MongoDB Collection - Part 1
Indexing makes the read queries faster. We can apply indexing on any of the fields in the document including the embedded fields. When documents are indexed mongo DB will search with filtered offset first rather than doing COLLSCAN ( column-span) on ...
pvivek.hashnode.dev4 min read