![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Just a sanity check: the fact table should be indexed on the date that is used for partitioning, else processing per partition may take linearly longer as more data is added (which is expected with a table scan)... - Deepak *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
You don't need to specify the date in the partition filter, if the slice already specifies it, since the Analysis Server will constrain the date in the fact table query. Why not specifying the filter would speed up processing - maybe the addition of a redundant "where" condition slows down the query - I'm not sure. But you can examine the SQL trace for this query when you process a cube partition. - Deepak *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |