Mungo, wie man die gesamte Sammlung erhält
PHP中文网
PHP中文网 2017-05-17 10:03:06
0
2
737

Ich muss alle Sammlungen in den Daten zählen, welche Sammlung die meisten Daten enthält und wie damit umgegangen wird.
Der Mungo, den ich sehe, verwendet Modelle, um entsprechende Sammlungen zu verarbeiten. Es wurden große Datenmengen in die Datenbank importiert.

PHP中文网
PHP中文网

认证高级PHP讲师

Antworte allen(2)
phpcn_u1582

获得collections的列表:

1、使用node-mongodb-native驱动的listCollections

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

2、Mongoose中的connection也继承了上述原生驱动:

https://github.com/Automattic...

mongoose.connection.db.listCollections()

包含数量最多的Collection:

需要自己来统计和排序

供参考。

Love MongoDB!Have fun!

给我你的怀抱

show tables

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage