anlek/mongify

migrate huge datebase

Opened this issue · 1 comments

Hi
We have a huge MsSql database with 100 millions record and 40g size.
Our server has 24 cpu and 150g ram. mssql uses 100% of cpu. The server is in critical
situation.
can us migrate to mongodb by mongify?
mongify can change this database?

anlek commented

It is NEVER recommended to do this change on a LIVE server. I'd recommend downloading the dataset to a new server and running mongify on that. I don't see a reason why it shouldn't work, but at the same time, I can't guarantee that it will work.

Good luck!