user6821565
user6821565
  • 发布:2024-05-04 08:51
  • 更新:2024-05-04 08:51
  • 阅读:180

查询文档数量问题

分类:uniCloud

查询文档限定数量情况下,
db.collection('goods').where({
category: 'computer',
type: {
memory: 8,
}
}).limit(2000).count(),这样使用count会有性能问题吗,category上有索引

2024-05-04 08:51 负责人:无 分享
已邀请:

要回复问题请先登录注册