Comment 2 for bug 1696491

Revision history for this message
John A Meinel (jameinel) wrote :

Good news, at the very least:

db.statuseshistory.find({model-uuid: ..., globalkey: yyyy}).limit(1).explain()
shows that it will use the model-uuid,globalkey,updated index.
Which means that we could just delete on that, and have it use the index.