Forum Discussion
Oracle Source to Lakehouse
As much as possible, we'd like to avoid additional costs from using Azure since we are already paying for 3 P3 capacities as of the moment. That is why we didnt go the use staging route as that would consume Data Lake Gen 2 storage, which is an additional cost.
HI trebllaw,
Perhaps you can consider using sempy link which can used to getting data from Semantic model.
What is semantic link? - Microsoft Fabric | Microsoft Learn
You can design a PBI report on desktop with live connection model to the oracle data source and publish it to power bi service workspace that assigned with fabric capacity.
After you assign gateway to handle its refresh, you can use notebook to getting data from that model and loading to Lakehouse.
Semantic link and Power BI connectivity - Microsoft Fabric | Microsoft Learn
Regards,
Xiaoxin Sheng
- trebllaw1 year agoFrequent Visitor
Unfortunately, this wouldnt work for us since we are going to be loading huge amount of data from multiple FACT tables.
The main reason we are trying to use pipelines is that it is advertised to be the ideal option to move large amounts of data, being able to load petabytes of data pretty quick, but based from our tests, we are getting about 5Kb/s of throughput. For 3.5, we only managed to process and transfer about 1.5M rows. We may be doing something wrong here we are not sure.
Here are some of the things that might be of note:
1. Oracle source system isnt partitioned.
2. We've set the pipeline to dynamic partitioning and set one of the key fields as index.
3. Parallel copies automatically set to 3
- Anonymous1 year agoNot applicable
HI trebllaw,
What type of SKU are you worked? The endpoint and data pipeline also existed data read/write limitations. You can check the following links to know more about them if they helps for your scenario:
What is Power BI Premium? - Power BI | Microsoft Learn
Data Factory limitations overview - Microsoft Fabric | Microsoft Learn
Regards,Xiaoxin Sheng
- coding_too_much1 year agoRegular Visitor
Hi,
I'm encountering the same performance issues in my testing. Have you had any success? I'm also loading very large onprem oracle tables that are not partitioned into MS Fabric Lakehouses.