Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Charlotte_chum
Frequent Visitor

Load large Mongo DB table into lakehouse, it shows timeout

Hi everyone!

 

I am ingesting a table from mongo DB (size 1.5gb), and I am using F2 SKU.

It has been loading for 48 hours and still showing timeout. 

Just wondering is there any way to ingest the data? 

1 ACCEPTED SOLUTION
nilendraFabric
Super User
Super User

Hello @Charlotte_chum 

 

The MongoDB Data Factory Beta connector provides better throughput than legacy methods, not sure which one you're using 

 

Use the MongoDB Atlas Connector in Data Factory pipelines for direct ingestion

 

On the other hand The F2 SKU has limited compute capacity, which can throttle parallelism and cause queuing.

 

 

Upgrade to F4/F8 if possible. 

If these steps fail, consider exporting MongoDB data to Azure Blob Storage first and using short-term external staging to bypass connector limitations

 

 

https://www.mongodb.com/developer/products/atlas/unlock-value-data-mongodb-atlas-intelligent-analyti...

 

 

View solution in original post

1 REPLY 1
nilendraFabric
Super User
Super User

Hello @Charlotte_chum 

 

The MongoDB Data Factory Beta connector provides better throughput than legacy methods, not sure which one you're using 

 

Use the MongoDB Atlas Connector in Data Factory pipelines for direct ingestion

 

On the other hand The F2 SKU has limited compute capacity, which can throttle parallelism and cause queuing.

 

 

Upgrade to F4/F8 if possible. 

If these steps fail, consider exporting MongoDB data to Azure Blob Storage first and using short-term external staging to bypass connector limitations

 

 

https://www.mongodb.com/developer/products/atlas/unlock-value-data-mongodb-atlas-intelligent-analyti...

 

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors