Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Unindexed FK and DW
There are two popular model approached, Inman and Kimball.
Inman promotes normal-form warehouses, Kimbal promotes fact and
dimensions.
Inman = PK/FK
Kimbal = Fact/Dimension PK/FK optional
the above is very simplified.
With Oracle, if you have a PK on partitioned fact table, you will encounter multiple issues reorganization of global indexes and issues with locking on dimension tables.
It is neither common or uncommon. It really depends on the data model.
klabu wrote:
> Is Unindexed FK a common thing in Data Warehouse ?
>
> thanks
>
> 10gR2
Received on Tue Nov 07 2006 - 10:53:04 CST
![]() |
![]() |