6.26K 浏览2022/10/16性能问题 1 luxunchou24 2022/10/11 0条评论 <code class="language-js">db.gameapp.aggregate([ { $match: {name: 'qysg10001'} },{ $lookup: { from: 'hosts', localField: 'host_name', foreignField: 'hname', as: 'host_info' } } ])</code> 已经在hosts表的hname上建立了索引,这次lookup能使用这个索引吗 xiaoxu 已回答的问题 2022/10/16 1 答案 活跃已投票最新最老的 0 xiaoxu1.13K 发布 2022/10/16 0 条评论 可以的,你可以通过执行计划验证 xiaoxu 已回答的问题 2022/10/16 注册 或 登录