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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -