在以下方面需要您的帮助:我有一个MongoDB集合,其中包含超过2600万个文档。文档的结构是不变的(pastebin.com/iBzW0Fkz)该集合包括“用户”字段的索引db.conversations.getIndexes();结果-pastebin.com/xHecpw00对字段“用户”的所有请求都执行得很慢(超过100毫秒)db.getCollection('conversations').find({users:{$all:["5942328","9082468"]}});解释-pastebin.com/0C11Cr9Fdb.getCollection('conversat