Home » RDBMS Server » Performance Tuning » Query (Oracle 9i)
Query [message #481207] Mon, 01 November 2010 16:33 Go to next message
ajaykumarkona
Messages: 399
Registered: August 2010
Senior Member
Hi All,

I am facing a problem with query.

In the query we are using UNION .If we run individually then it's working fine.
If we union then the query is executing for long time And we are not getting result .
please help me.
Thanks in advance.
Re: Query [message #481209 is a reply to message #481207] Mon, 01 November 2010 16:40 Go to previous messageGo to next message
Barbara Boehmer
Messages: 9091
Registered: November 2002
Location: California, USA
Senior Member
"Union" automatically removes duplicates like using distinct on the whole result set. This causes a sort that makes it slow. If you do not need to eliminates duplicates then using "union all" is faster.
Re: Query [message #481212 is a reply to message #481207] Mon, 01 November 2010 16:52 Go to previous messageGo to next message
Michel Cadot
Messages: 68647
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
See Performance Tuning forum, there are many topics with this question INCLUDIND one posted TODAY.

Regards
Michel
Re: Query [message #481213 is a reply to message #481207] Mon, 01 November 2010 18:39 Go to previous messageGo to next message
ajaykumarkona
Messages: 399
Registered: August 2010
Senior Member
I have to fetch distinct records only
Re: Query [message #481214 is a reply to message #481213] Mon, 01 November 2010 18:44 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
http://www.orafaq.com/forum/m/433888/136107/#msg_433888
Please refer to URL above & be sure to provide the details requested:
Re: Query [message #481236 is a reply to message #481213] Tue, 02 November 2010 02:07 Go to previous messageGo to next message
Michel Cadot
Messages: 68647
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
ajaykumarkona wrote on Tue, 02 November 2010 00:39
I have to fetch distinct records only

So there is no more question, you want distinct values, you have to use UNION, if you want more help post what is requested in BlackSwan's link.

Regards
Michel

[Updated on: Tue, 02 November 2010 02:11]

Report message to a moderator

Re: Query [message #481251 is a reply to message #481236] Tue, 02 November 2010 03:50 Go to previous message
Roachcoach
Messages: 1576
Registered: May 2010
Location: UK
Senior Member
Make sure your individual "test runs" are actually returning all the rows and not first n.

In what way would you "not get a result" using the union?
Previous Topic: union in one go
Next Topic: DBMS_ADVISOR ORA-13699
Goto Forum:
  


Current Time: Tue Apr 30 10:01:48 CDT 2024