Please enable JavaScript.
Coggle requires JavaScript to display documents.
Advanced Project Design (Using MSTR multisource (MSTR Multiple Source…
Advanced Project Design
Managing project schema
-
-
Aggregation-awareness
-
aggregate fact table
-
created in the data warehouse, and has to be updated, by the ETL team, in the ETL process.
-
-
Data marts
-
You create the data mart report in MSTR Desktop and you save the data mart table in a warehouse of your choice.
After you create a data mart table, you can add it to a project and then use it as a source table from which to execute reports.
-
Create
-
to create, execute the data mart report
-
-
fact level extensions
Fact
1.You can report on the fact level, or aggregate to a higher level. But not available for lower level.
- there might be a scenario, where a metric uses two metrics which defined on different levels. (You need day-level data, but only have week-level).
-
three types
1.Degration
Enables you to extend a fact's level to a lower level within the same hierarchy. This concept is the opposite of aggregation.
-
2.Extension
Enables you to extend a fact's level to include a level from a different hierarchy not currently related to the fact.
-
-
3.Dsiallow
-
Doesn't resolve a problem, but it prevents the SQL Engine from spending a lot of energy trying to run a report which doesn't bring back appropriate data.
-
partitioning
-
-
types
- Server-Level Parttitioning
Physical tables into logical partitions, not actual separate tables.
-
- Application-Level Partitioning
-
-
-
-