Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Single Code Table or Separate Code tables dilemma
STAR Queries would perform better with multiple smaller tables (known as Dimension Tables). STAR QUERIES are designed specifically for Decision Support Systems where multiple cartesian products are created on the smaller (dimension) tables and then joined with the LARGE fact table.
Sam
-----Original Message-----
Sent: Thursday, March 22, 2001 4:36 AM
To: Multiple recipients of list ORACLE-L
Guys,
We r working on a Datawarehouse solution.
Our Duhvelopers want to merge all code tables into a single table by adding a codetype column.
with reference to this, i came across this article from Steve's site http://www.ixora.com.au/tips/design/meta-data.htm
i want to put them into different individual code tables instead of a single table, for the foll reasons.
i am short of arguments
wld be grateful, if ull can advise me which would be better from performance perspective.
-Mandar
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Mandar Ghosalkar
INET: MandarG_at_gsr-inc.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: 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).
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: 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 Fri Mar 23 2001 - 23:43:05 CST
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
![]() |
![]() |