node.js - 获取mongodb数据库中表的长度
PHP中文网
PHP中文网 2017-04-17 15:35:34
0
3
389

我想用nodejs读取数据库中一张表中共有多少数据,我现在用的是find方法,但很明这样要读完所有的数据太慢了,请问有没有什么方法直接读取到表长度?

PHP中文网
PHP中文网

认证0级讲师

reply all(3)
大家讲道理

count method

迷茫

Get used to reading more documents, count syntax reference
https://docs.mongodb.com/manu...

左手右手慢动作

Refer to the official Node.js driver manual

http://mongodb.github.io/node...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template