Performance tuning with Huge Lookup table
Hi,
I have a sql query,
select * from A,B where A.col1=B.col1
If A is driving table and B is lookup table, the volume of lookup table B is very huge, do we have any specific hints or performance tuning techniques for this scenario?.
I remember with some of the etl tools (eg:IBM datastage) there are specific lookup stages for (huge lookup data-set and small lookup data-set).
Can you please advise?.
Thanks in Advance.