Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
这种问题一般会出现唉正在迁移的分布式集群,导致的count结果错误;
解决这个问题需要使用aggregate pipeline来得到正确的统计结果。
如:db.collection.aggregate([{$group: {_id: null, count: {$sum: 1}}}])
与 萌阔论坛 的连接断开,我们正在尝试重连,请耐心等待