dbTalk Databases Forums  

Analysis Services 2005 Performance

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Analysis Services 2005 Performance in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dean
 
Posts: n/a

Default Analysis Services 2005 Performance - 09-19-2006 , 01:16 PM






Hello... I'm capturing Analysis Services activity in SQL Profiler.
Aside from capturing the typical MDX query, etc. I am seeing a bunch of
'non-cache data' entries that are chewing up time. As a result, the
query response is slower than I would expect. We have created all the
aggregations the aggregation wizard allows for the partitions in the
cube, and we are talking about a cube that is less than 50GB.

Can someone help me understand the non-cache entries and how to 'cache'
those items so I don't take the performance hit?

Thanks, Dean


Reply With Quote
  #2  
Old   
Jéjé
 
Posts: n/a

Default Re: Analysis Services 2005 Performance - 09-19-2006 , 03:48 PM






the first case is when a user query the cube against non cached data, cold
cache.
so the first access is always slower because the cache is empty, next
queries against the same cells in the cube will ask cached results. (warm
cache)
so you can preload the cache by executing common used MDX queries against
the cube after you have loaded the cube with new data.

another case can be caused by bad written queries or calculated measures. it
could appends that AS can't cache the result and must always reevalute the
formula. try to get a deeper look in these formulas.


"Dean" <dfurness (AT) quilogy (DOT) com> wrote

Quote:
Hello... I'm capturing Analysis Services activity in SQL Profiler.
Aside from capturing the typical MDX query, etc. I am seeing a bunch of
'non-cache data' entries that are chewing up time. As a result, the
query response is slower than I would expect. We have created all the
aggregations the aggregation wizard allows for the partitions in the
cube, and we are talking about a cube that is less than 50GB.

Can someone help me understand the non-cache entries and how to 'cache'
those items so I don't take the performance hit?

Thanks, Dean




Reply With Quote
  #3  
Old   
Dean
 
Posts: n/a

Default Re: Analysis Services 2005 Performance - 09-19-2006 , 07:26 PM



Theoretically, then, if I run the query I captured in Profiler in the
MDX query tool, and cache it, I should not see the non-cache entries -
correct? Or even with multiple executions of the query, same deal.

If I still see non-cache, then I can bet the calculated measures are
causing it - agree?

--Dean


Reply With Quote
  #4  
Old   
Jeje
 
Posts: n/a

Default Re: Analysis Services 2005 Performance - 09-19-2006 , 09:26 PM



yes, you can take a look at the formula if the same query result in same
non-caching accesses.
but maybe there is other reason, like a lack of memory.

I d'ont know how the cache works in detail

"Dean" <dfurness (AT) quilogy (DOT) com> wrote

Quote:
Theoretically, then, if I run the query I captured in Profiler in the
MDX query tool, and cache it, I should not see the non-cache entries -
correct? Or even with multiple executions of the query, same deal.

If I still see non-cache, then I can bet the calculated measures are
causing it - agree?

--Dean




Reply With Quote
  #5  
Old   
Tiago Rente
 
Posts: n/a

Default Re: Analysis Services 2005 Performance - 09-21-2006 , 12:10 PM



You can warm the cache using the "ascmd.exe" sample provided with the SS2005.

"Jeje" wrote:

Quote:
yes, you can take a look at the formula if the same query result in same
non-caching accesses.
but maybe there is other reason, like a lack of memory.

I d'ont know how the cache works in detail

"Dean" <dfurness (AT) quilogy (DOT) com> wrote in message
news:1158711996.586588.196470 (AT) i3g2000cwc (DOT) googlegroups.com...
Theoretically, then, if I run the query I captured in Profiler in the
MDX query tool, and cache it, I should not see the non-cache entries -
correct? Or even with multiple executions of the query, same deal.

If I still see non-cache, then I can bet the calculated measures are
causing it - agree?

--Dean





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.