Hi,
I am new to data warehousing and have a question. Lets say I have a OLTP structure like the one below.
tblSession
Session_id
application_type_id
source1
target1
source2
target2
source_entity
target_entity
And we want to summarize BY application_type or BY source1 or BY target1 etc. How would I approach this problem in regards to a data warehouse design? Furthermore, does it make since to use a dataware for these types of facts?
Thanks.
I am new to data warehousing and have a question. Lets say I have a OLTP structure like the one below.
tblSession
Session_id
application_type_id
source1
target1
source2
target2
source_entity
target_entity
And we want to summarize BY application_type or BY source1 or BY target1 etc. How would I approach this problem in regards to a data warehouse design? Furthermore, does it make since to use a dataware for these types of facts?
Thanks.