#4Multiple Choice
Given the following query:
db.coll.find({}).sort({“timestamp”: -1, “status”: 1})
Which two indexes will most improve the performance of this query? (Choose two.)
Given the following query:
db.coll.find({}).sort({“timestamp”: -1, “status”: 1})
Which two indexes will most improve the performance of this query? (Choose two.)