Click here to Skip to main content
15,886,100 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I ran the query in Oracle which is having more than 3 tables join, table do not have any indexes. and table contains minimum 3Cr of records. I used hinting but it did not worked for me. Can anyone help me to find out quicker query exeuction. I already run Query for more than 12 hours, i got only 1 cr of records as of now. I want to make it faster.

Thanks in advance
Posted
Comments
Richard MacCutchan 7-Aug-14 10:33am    
Any querty trying to extract that number of records is bound to take a long time. Write some proper queries to extract small amounts of data.

Not enough details in your question. Check this
Oracle SQL tuning[^]
 
Share this answer
 
Hi,

Check this....

How Do I Speed Up My Select * Query Of "530,000" Rows[^]


Hope this will help you.


Cheers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900