Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> How are joins performed when using a database link?

How are joins performed when using a database link?

From: Don <dchamber_at_mindspring.com>
Date: Mon, 17 Mar 2003 01:48:55 GMT
Message-ID: <vt9a7vsp45ntd2og42j3d9o6llcgd2hjve@4ax.com>


We are doing lots of data loads using database links and I need some advice.

I have a part table and want to load all parts I do not have. Should I bring the entire table over to a temp table and then get the records that I want?
Or should I join across the database link and pull back just the records I want?

I'm not sure where the join is performed. If the entire table must come over and then join in memory on my local box it would probably be better to pull all the data first, then join in another query. But if it can somehow restrict the rows and send me just what I want it would be better to join accross the link and send less data.

Any advice?

Don Received on Sun Mar 16 2003 - 19:48:55 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US