DZone Database Zone
Effective MongoDB Indexing (Part 1)
An index is an object with its own unique storage that provides a fast access path into a collection. Indexes exist primarily to enhance performance, so understanding and using indexes effectively is therefore of paramount importance when optimizing MongoDB performance.
B-Tree IndexesThe B-tree (“balanced tree”) index is MongoDB’s default index structure. Below is a high-level overview of B-tree index structure.
No comments:
Post a Comment