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

Home -> Community -> Mailing Lists -> Oracle-L -> (RE): Normalization

(RE): Normalization

From: <ryan.gaffuri_at_comcast.net>
Date: Thu, 29 Jul 2004 17:21:40 +0000
Message-Id: <072920041721.1490.41093224000138CB000005D22200758942079D9A00000E09D2020E979D@comcast.net>


Jared,
I agree partially, but not 100%. I find that with read-only data, it is often extremely useful to use temporary tables to 'pre-join' large tables that are frequently used in the application. This can significantly improve performance of queries. This is especially useful on multi-table joins with large tables that have range scans(likes and betweens in queries). Significantly cuts down logical IO. BTW, can someone post a link to the original article? The funny thing is that I have taken graduate level database classes and they are almost all theory. The professors I have had are all about normalization... Might be one of those 'University of <make up a name>' graduate schools that business use to try to make their courses sound more academic.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Thu Jul 29 2004 - 12:18:12 CDT

Original text of this message

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