![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We have several cubes which use the same shared dimensions, mostly the Date dimension. Our cubes build every hour - the largest cube taking around six hours to rebuild. If that cube needs to go offline for a rebuild, how will this affect the other cubes (they'll still be processing every hour) which use the same shared dimension? Cube uptime is of utmost importance. Taking all cubes offline so one can be processed won't fly. I'd have to resort to using private dimensions which I really don't want to do. Thanks guys! |
#3
| |||
| |||
|
|
If you are only adding to the dimensions (not moving existing members around in the hierarchy) you only need to do an incremental process on the dimension which will not invalidate the cube structure, so the cube will not go offline. Cubes are only taken "offline" when you do a full process a shared dimension. If you are able to do this your cubes should never have to go offline. AS is designed so that the cubes will remain "query-able" even while they are being processed. Then, once processing is finished the cubes will flick over to the updated data. Even if you do need to do a full process on the dimensions, it is possible to process them within a "transaction" and hence leave the existing data accessible while the processing is running. -- Regards Darren Gosbell [MCSD] dgosbell_at_yahoo_dot_com Blog: http://www.geekswithblogs.net/darrengosbell In article <ua#PkrfyFHA.1040 (AT) TK2MSFTNGP14 (DOT) phx.gbl>, jesperzz (AT) hotmail (DOT) com says... We have several cubes which use the same shared dimensions, mostly the Date dimension. Our cubes build every hour - the largest cube taking around six hours to rebuild. If that cube needs to go offline for a rebuild, how will this affect the other cubes (they'll still be processing every hour) which use the same shared dimension? Cube uptime is of utmost importance. Taking all cubes offline so one can be processed won't fly. I'd have to resort to using private dimensions which I really don't want to do. Thanks guys! |
#4
| |||
| |||
|
|
I meant offline in that we made a structural change to the cube which would require a full reprocessing. We incrementally update all our dimensions. |
![]() |
| Thread Tools | |
| Display Modes | |
| |