markddrake / YADAMU---Yet-Another-DAta-Migration-Utility

A utility for Migrating Data between Oracle, Postgres, MySQL MariaDB, Snowflake. Stage Data from supported database to Amazon S3 and Azure Blob Storage in JSON and CSV Formats
MIT License
17 stars 9 forks source link

Optimize Mongo -> Mongo operations by passing data in BSON format #226

Closed markddrake closed 10 months ago

markddrake commented 11 months ago

Mongo to Mongo copy operations can be made more efficient by simply passing through the pipe in BSON format

markddrake commented 11 months ago

Data is now passed in BSON format when copying between 2 instances of MongoDB