标签: mongodb
我尝试使用db.load('path/to/script/with/other/order/dependent/scripts')加载多个脚本。该脚本加载其他脚本。
db.load('path/to/script/with/other/order/dependent/scripts')
我想也许'批量'执行可能是答案,但是没有加载方法,而且' bulk'执行只能一次使用一个集合。