![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
have a fact table of 85000 records and about 5 dimensions. Only one with 800 members a customer dimension. When I process the cube it first reads the 85000 records from the fact table and then the number READ rows keeps increasing to like 18 or 20 million records as having read. I do not have a clue where Analysis services is finding this many alarming number of rows. Appreciate how I can eliminate this kind of weird reads. Thanks Karen |
#3
| |||
| |||
|
|
are you using AS2000? this behavior occurs when you have a join between your fact table and a dimension with a different granularity. for example, you have a time dimension from year to day, your fact table is only at the year level. when you process your cube, a join is made between the time table and the fact table and the result contain 365 * number of rows in the fact table. try to optimize your cube (in the menu, you'll found this option) disable levels in your dimensions which are not relevant for your fact table. verify your links between your tables. "KarenM" <karenmiddleol (AT) yahoo (DOT) com> wrote in message news:1131971085.329457.95750 (AT) g49g2000cwa (DOT) googlegroups.com... have a fact table of 85000 records and about 5 dimensions. Only one with 800 members a customer dimension. When I process the cube it first reads the 85000 records from the fact table and then the number READ rows keeps increasing to like 18 or 20 million records as having read. I do not have a clue where Analysis services is finding this many alarming number of rows. Appreciate how I can eliminate this kind of weird reads. Thanks Karen |
![]() |
| Thread Tools | |
| Display Modes | |
| |