NoSQL: MongoDB Indexes and Indexing

| | bookmark | email

MongoDB Indexes and Indexing

One of the features that sets MongoDB aside from other NoSQL databases is dynamic queries , something that most developers coming from relational databases are very used to. As you could expect, to make these dynamic queries fast, you'll need to define some indexes.

via NoSQL databases