Other modeling challenges could be:
- Many-to-many relationships between tables which will act as
dimension (solution: model the dimension LTS with the 2 tables and the
bridge table).
- Transactional fact table with no numerical columns (solution: create
measures with count or count distinct aggregation)
- Transactional fact tables with one-to-one relationship (solution:
map the two tables in the same fact LTS)
Andrea
On 21 Set, 22:56, Jit Dutta <
jdutta...@hotmail.com> wrote:
> Have worked with a custom DW that was really 3NF. Most of the issues mentioned before were encountered with messy joins involving a bunch of normalized tables in the LTS. It worked but with large data volume OBIEE 10g dashboard performance became an issue. Had to build additional MVs that really were more of a star schema format, remodel the LTS and that resolved most of the performance issues.
>
> Thanks.
>
>
>
>
>
>
>
> > Date: Wed, 21 Sep 2011 08:08:17 -0700
> > Subject: [OBIEE EMG] Challenges in Modeling 3NF Sources in the RPD
> > From:
mark.ritt...@rittmanmead.com