教土豆学计算机
MongoDB indexes use a B-tree.
MongoDB support for indexes on any field in a collection of documents
A single index structure holds references to multiple fields within a collection’s documents.
MongoDB uses multikey indexes
to index the content stored in arrays.
…
…