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

javascript - Replicate keyboard event with html button -

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

Ansible warning on jinja2 braces on when -