Tag

Compound Index

1 views collected around this technical thread.

360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Nov 16, 2017 · Databases

Mastering MongoDB Indexes: B‑Tree, Selectivity, and Compound Index Strategies

This article explains MongoDB indexing fundamentals, covering B‑Tree structures, index selectivity, unique and compound indexes, practical code examples, and guidelines to optimize query performance and reduce I/O operations.

B-treeCompound IndexDatabase performance
0 likes · 9 min read
Mastering MongoDB Indexes: B‑Tree, Selectivity, and Compound Index Strategies
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Sep 7, 2016 · Databases

MongoDB Indexing Best Practices: Real‑World Tips & Common Pitfalls

This article shares practical MongoDB indexing guidelines—including compound index rules, naming limits, cardinality considerations, TTL and geospatial indexes, lock behavior, and real‑world case studies—to help DBAs and developers design efficient, safe indexes for production workloads.

Compound IndexDatabase performanceGeospatial Index
0 likes · 8 min read
MongoDB Indexing Best Practices: Real‑World Tips & Common Pitfalls