Let's imagine a compound index
81/177
Creating Indexes
Let's look at the query plan
db.cities.createIndex( { country_code: 1, population: 1 } );