Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumMongoDBpartial and sparse indexesSingle-choice MCQ

You define this index. Then you run two queries. Which query is eligible to use the index?

db.tasks.createIndex( { score: 1 }, { partialFilterExpression: { archived: false } } )