CSCosmos
MONGO_COSMOS
STORAGE_ENGINE_UP
System_Access
TERMINAL_HOMECONCEPT_MAPQUERY_SIMULATOR
Wired_Tiger_Status
Cache_Size4.2GB_ALLOC
Op_Log_Rate124_OPS/S
ROOT_MANIFEST
mongocosmos
learn
SYS_ABOUTCLONE_SOURCE

Concept_Map

A hierarchical traversal of the MongoDB ecosystem. Navigate through the data-plane to deconstruct the system internals.

Path::fundamentals

MongoDB Fundamentals

Active

BSON Format

Binary JSON: The high-performance storage format of MongoDB.

Active

Documents vs Collections

Understanding the hierarchical container model.

Path::modeling

Data Modeling

Active

Embedding vs Referencing

The two core strategies for relating data.

Schema Design Principles

Application-driven modeling for maximum performance.

Path::indexes

Indexes & Performance

Active

Index Internals (B-Tree)

The data structure that enables lightning-fast searches.

Compound Indexes

Optimizing for queries with multiple filters.

Path::aggregation

Aggregation Framework

Active

Pipeline Architecture

Transforming data through a sequence of stages.

$match, $group, $project

The workhorses of the aggregation framework.

Path::scaling

Sharding & Scaling

Active

Sharding Basics

Horizontally partitioning data across multiple servers.

Shard Keys & Distribution

How MongoDB decides where to put your data.