Wednesday 4 June 2014

Efficient Indexing in MongoDB 2.6

Important change in indexing in Mongo 2.6:
  • Using many indexes on one query from now. You do not need to create compound indexes for every query. MongoDB limits you to 64 indexes per collection!
Read more here: http://blog.mongodb.org/post/87790974798/efficient-indexing-in-mongodb-2-6

No comments: