查询文档限定数量情况下,
db.collection('goods').where({
category: 'computer',
type: {
memory: 8,
}
}).limit(2000).count(),这样使用count会有性能问题吗,category上有索引
user6821565
- 发布:2024-05-04 08:51
- 更新:2024-05-04 08:51
- 阅读:136
0 个回复