mongodb怎样导出多个集合的元素
发布网友
发布时间:2022-04-22 15:08
我来回答
共1个回答
热心网友
时间:2023-10-14 16:11
拼成这个脚本放到shell文件里面 直接执行这个shell文件
mongoexport --db test --collection traffic1 --out traffic.json1
mongoexport --db test --collection traffic2 --out traffic.json2
mongoexport --db test --collection traffic3 --out traffic.json3