Hi,
I had designed the DW database like
1. For each report one fact and some dimensions are created
2. Now i want to create a cube. while creating a cube i got some doubts. i want to know that what is the better way to create a cube
2.1 Whether i have to use one cube for one report
or
2.2 Whether i have to create only one cube and i have to create different measures
Doubts:
1. If i go to option 2.1 then it takes more memory? (because each cube stores the data in structres)
2. if i go to option 2.2 then it hits performance? (because several users access several reports using the same cube)
Can you please help me in this.
Thanks
Dinesh
If you have common structures between your reports you will probably get much better performance and memory useage from haveing multiple measures in a single cube rather than a cube per report. The indexes and caching could all be shared between the measures increasing the performance.|||Thanks.
No comments:
Post a Comment