我想用nodejs读取数据库中一张表中共有多少数据,我现在用的是find方法,但很明这样要读完所有的数据太慢了,请问有没有什么方法直接读取到表长度?
迷茫2017-04-17 15:37:34
Get used to reading more documents, count syntax reference
https://docs.mongodb.com/manu...
ringa_lee2017-04-17 15:37:34
Refer to the official Node.js driver manual
http://mongodb.github.io/node...