On a collection with no index on `createdAt`, what is the behavior of this query?db.events.find() .sort({ createdAt: -1 }) .limit(5)