为了减少在MongoDB中查找记录的时间,可以使用索引。以下是语法-db.yourCollectionName.createIndex({yourFieldName:1});您可以按照以下方法为基于数...