Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Lookups and Indexes

Author  Topic 

Ali Chadorbaf
Starting Member

44 Posts

Posted - 2010-03-11 : 19:00:00
Does Lookup component in SSIS 2005 use indexes?
I am simply joining the output of OLE DB Source to a lookup table (with more than 50 million rows). Does indexing lookup table make a difference in performance?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-03-11 : 22:49:17
A table with more than 50 million rows should definitely be indexed.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -