Open cyrishikesh opened 5 years ago
Out of memory error shouldnt happen normally unless your Heap size is too small. Can you please try increasing it a bit further?
Actually, it reads in small batches only. I already tested this with 100 million rows earlier. Not sure why it won't work.
Actually, it reads in small batches only. I already tested this with 100 million rows earlier. Not sure why it won't work.
Actually for one table, it is running fine for 10 milllion rows. But I am embedding 5 tables into one collections. Maybe it's because of internal calls. How many internal calls it can handle??
@msathis What is the maximum no. of rows, it can process. My database is pretty large I am getting this error. But for small database it is working fine. Is it pssible to read data in small batches and write to mongodb , So we can process large size database(approax million rows in tables).