Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> views with db links
Hello,
Oracle 8.1.6 on Solaris 2.7.
Can any one provide me with information or a link regarding performance of views across database links?
I am thinking of the case where instance A has a view defined as "SELECT FLD1,FLD2,... FROM TABLE_T1_at_DBLINK".
Consider the case when a view such as this is referenced within
a sql statement that joins this view with other local tables and
also contains some WHERE conditions which reference a field in
TABLE_T1.
Are the entire contents of TABLE_T1 transferred across the network,
then the joins and where conditions are processed within the local
instance? Or is the WHERE condition applied in the remote instance,
and only rows which satisfy the condition are returned across the network?
I was under the impression that the former was true. Did the behaviour change in some previous version?
Thanks to any responders.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Bill Becker
INET: beckerb_at_mfldclin.edu
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Sep 12 2001 - 12:21:34 CDT