Tuning [message #228260] |
Mon, 02 April 2007 05:26 |
dr46014
Messages: 49 Registered: February 2007
|
Member |
|
|
please help me to optimise the query......
select EQUIFAX_CUST_ID,CURRENT_ACCOUNT_NBR FROM CMAP_OWNER.CUST_EQX_ACCT_DIM where
effective_end_date is NULL and LOAD_DATE in (select max(LOAD_DATE) from cmap_owner.CUST_EQX_ACCT_DIM)
there is no partition and index...
no index or partition is to be created as it ll affect many queries in the entire process.there is around 150 million records..
its taking a lot of time to select...
reply ASAP
|
|
|
|
|