node.js - Why would someone create an index on a collection in MongoDB? -


db.collection.createindex()¶ 

creates indexes on collections.

i understand why need indexes on documents, why on collections?

thanks helping!

we not creating indexes on documents, index documents on collections, selecting 1 or more keys. index columns in tables on relational db world.

just find right document (row) collection (table).


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -