Reviewing MongoDB Data Workload Migrations

Over the last few years I’ve worked on and led a number of workload projects related to various databases. MongoDB is one of those databases. With some of the ongoing questions I’m asked I found myself wanting to review what the current options are for workload migrations to Mongo DB. Are there new options, is it still the same host of options I’ve reviewed many times before? I wanted to know, so this post is my quick list of findings.

Migrating database workloads isn’t just about moving data it’s about rethinking how your application interacts with data. Depending on your source system and reqs, you can choose from several strategies. These may address not only data migration but also the accompanying application logic, query patterns, and operational practices. Here’s an overview of both popular and lesser-known methods that seem to be the recent, current, and ongoing options:

Continue reading “Reviewing MongoDB Data Workload Migrations”