Mongodb 是否在不同数据库和同一集合之间迁移数据?

Mongodb 是否在不同数据库和同一集合之间迁移数据?,mongodb,Mongodb,是否在不同数据库和同一集合之间迁移数据 我需要将所有数据迁移到db-show1、collections表some和db-show2表some、表some 2中的表some2中 show dbs db-show1 db-show2 use db-show1 show collections table-some table-some-two use db-show2 show collections table-some table-some-two 有什么想法吗 谢谢 可能的副本可能的副本

是否在不同数据库和同一集合之间迁移数据

我需要将所有数据迁移到db-show1、collections表some和db-show2表some、表some 2中的表some2中

show dbs
db-show1
db-show2

use db-show1
show collections
table-some
table-some-two

use db-show2
show collections
table-some
table-some-two
有什么想法吗

谢谢

可能的副本可能的副本,也请参考此和此