MongoDB Indexing, Part 1

[The tutorial is originally written for PHPMaster.com]

Indexing is one of the more important concepts of working with MongoDB. A proper understanding is critical because indexing can dramatically increase performance and throughput by reducing the number of full documents to be read, thereby increasing the performance of our application. Because indexes can be bit difficult to understand, this two-part series will take a closer look at them.

Read my full article here.

Leave a comment