A quick look on how index look-ups work
66/104
Let's look at the query plan
Sorting by descending elevation
db.cities.find( { population: { $gte: 2000000 }, elevation: { $gte: 1654 } } );
n = 1 - nscanned = 6