Merging Data from Excel and Oracle SQL Table Slow

karmaimages

Board Regular
Joined
Oct 1, 2009
Messages
112
Office Version
  1. 365
Platform
  1. Windows
HI,

I'm fairly new to Power Query so trying things out for the first time learning as I go.

I have a table of data in Excel which I'm linking to a table an Oracle SQL table using the merge function to pull data based on a matching reference in both excel and the SQL table.

The data refresh is very very slow, this maybe because the table it's looking up contains millions of rows and I only need to lookup the ones contained in my excel data.

Is there a better way or way to speed this up to refresh the data quicker?
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
As you mentioned its likely pulling in too much data dn limiting this would be a good start, if you are simply doing something like Select * From Some Table with a million + records then this is going to take a while, but if you alter your query to select a more limited data set this should help.
 
Upvote 0
Hi,

If you need data that match with your excel table then you don't need to add SQL table in data model, keep it as connection only. It will not increase the size of the file and refresh will run faster. Try and share your experience.

1655891727233.png


Cheers!!!
 
Upvote 0

Forum statistics

Threads
1,216,095
Messages
6,128,795
Members
449,468
Latest member
AGreen17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top