search

Home  >  Q&A  >  body text

node.js - 获取mongodb数据库中表的长度

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

PHP中文网PHP中文网2786 days ago386

reply all(3)I'll reply

  • 大家讲道理

    大家讲道理2017-04-17 15:37:34

    count method

    reply
    0
  • 迷茫

    迷茫2017-04-17 15:37:34

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

    reply
    0
  • ringa_lee

    ringa_lee2017-04-17 15:37:34

    Refer to the official Node.js driver manual

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

    reply
    0
  • Cancelreply