dbTalk Databases Forums  

Cube caching in SSAS

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


Discuss Cube caching in SSAS in the microsoft.public.sqlserver.olap forum.



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

Default Cube caching in SSAS - 07-13-2006 , 03:20 AM






Hi,

I have the following query on cube:

select
{[Measures].members} on 0,
{CROSSJOIN([DimDate].[MonthHierarchy].[Month].members,
[DimConfig].[ConfigHierarchy].MEMBERS)} on 1
from [scorecardv2cube]

When I tried executing the above query using SQL management studio with
AS profiler on, first time it fetched 'non-cached' data. When executed
second time, it fetched data from the cache.



WITH
MEMBER [Measures].[abcd] as '([Measures].[MonthlyActual])'
select
{[Measures].[abcd]} on 0,
{CROSSJOIN([DimDate].[MonthHierarchy].[Month].members,
[DimConfig].[ConfigHierarchy].MEMBERS)} on 1
from [scorecardv2cube]

When tried with the second query, it never caches data. Is it beacuase
its a member and always will be calculated on the fly?? Is there any
way to cache such queries?

Basically what are all the ways to enable cube caching to improve query
performance?

Regards,
Gayatri


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.