![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I have cube with total number of rows in fact table about 500K and it got 11 dimensions. Last four month it used take about 25 min. to process. But last 2 days it is taking about 3 hrs. nothing changed same data and cube structure. What are the things i have to look into to optimize processing, thanks kalyan |
#3
| |||
| |||
|
|
like a post in the last days... do you use AS2000or 2005? have you defrag your indexes in the source database? does its the loading time (step 1) or the aggregation time (step 2) which take more time? 1. AS execute a query to load the data; slow performance can come from the source database 2. AS aggregate the data; slow perf. involve possible memory issue or bad aggregation design "Kalyan" <Kalyan (AT) discussions (DOT) microsoft.com> wrote in message news:7A8F4B0B-C39B-45B8-88B2-FC1C877E3AAF (AT) microsoft (DOT) com... Hi I have cube with total number of rows in fact table about 500K and it got 11 dimensions. Last four month it used take about 25 min. to process. But last 2 days it is taking about 3 hrs. nothing changed same data and cube structure. What are the things i have to look into to optimize processing, thanks kalyan |
#4
| |||
| |||
|
|
Thanks I am using AS2000, Slow occured at the time of loading data, Can u suggestion which best index and also I defrag indexes on fact table. Thanks Kalyan "Jéjé" wrote: like a post in the last days... do you use AS2000or 2005? have you defrag your indexes in the source database? does its the loading time (step 1) or the aggregation time (step 2) which take more time? 1. AS execute a query to load the data; slow performance can come from the source database 2. AS aggregate the data; slow perf. involve possible memory issue or bad aggregation design "Kalyan" <Kalyan (AT) discussions (DOT) microsoft.com> wrote in message news:7A8F4B0B-C39B-45B8-88B2-FC1C877E3AAF (AT) microsoft (DOT) com... Hi I have cube with total number of rows in fact table about 500K and it got 11 dimensions. Last four month it used take about 25 min. to process. But last 2 days it is taking about 3 hrs. nothing changed same data and cube structure. What are the things i have to look into to optimize processing, thanks kalyan |
#5
| |||
| |||
|
|
Hello, Can you tell me how I can process automatically every day my cube, without going to the Analysis Services?? Is there another automatically way which I am able to programm it with?? Thanks a lot !! Yolanda. "Jéjé" <willgart_A_ (AT) hotmail_A_ (DOT) com> escribió en el mensaje news:ulsomZH6GHA.4112 (AT) TK2MSFTNGP04 (DOT) phx.gbl... start by updateing the statistics of the source tables using a command like : sp_updatestats you can also defrag the indexes using the DBCC commands search in the SQL help to learn more about these commands. if the statistics of SQL Server are not correct, the queries executed can take a very long time because SQL Server will use a bad index plan. This can explain why your loading time is slow now and not before. if you delete and add large number of rows in a table, make sure you update the statistics after this process. "Kalyan" <Kalyan (AT) discussions (DOT) microsoft.com> wrote in message news:C1FCA1CC-4666-4173-85B4-FFC38371D04F (AT) microsoft (DOT) com... Thanks I am using AS2000, Slow occured at the time of loading data, Can u suggestion which best index and also I defrag indexes on fact table. Thanks Kalyan "Jéjé" wrote: like a post in the last days... do you use AS2000or 2005? have you defrag your indexes in the source database? does its the loading time (step 1) or the aggregation time (step 2) which take more time? 1. AS execute a query to load the data; slow performance can come from the source database 2. AS aggregate the data; slow perf. involve possible memory issue or bad aggregation design "Kalyan" <Kalyan (AT) discussions (DOT) microsoft.com> wrote in message news:7A8F4B0B-C39B-45B8-88B2-FC1C877E3AAF (AT) microsoft (DOT) com... Hi I have cube with total number of rows in fact table about 500K and it got 11 dimensions. Last four month it used take about 25 min. to process. But last 2 days it is taking about 3 hrs. nothing changed same data and cube structure. What are the things i have to look into to optimize processing, thanks kalyan |
![]() |
| Thread Tools | |
| Display Modes | |
| |