Concept Flow - Single field index
Create collection
Define index on one field
Insert documents
Query uses index
Faster search on that field
Return matching documents
This flow shows how creating an index on a single field helps MongoDB find documents faster when querying that field.