Re: AS2000 Query very slow with Excel 2003 PTS
- From: "Jeje" <willgart@xxxxxxxxxxx>
- Date: Sun, 14 Jan 2007 14:29:33 -0500
generally, the mdx query created by the pivottable is not so good.
if you starts to filter or order members the query is slow.
to improve the response time, try to disable totals or disable the visual total in excel. most of the time the performance is related to these totals specially with AS2000
Order commands provides bad response time too. the way the query is created (again) create a big overhead and slow down the response time.
"Fred" <Fred@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:28852786-AFBA-4CDD-A8EA-C14B9C87210D@xxxxxxxxxxxxxxxx
Hello Deepak,.
I am not using any calculated measures. I suspect the problem is related to
my use of 13 dimensions two of which contain about 25 characters each. Have
you run into performance degradation with dimensions that contain large
values? My fact table only has about 10K records.
Thanks.
"Deepak Puri" wrote:
For any calculated measures, set the NON_EMPTY_BEHAVIOR property if
possible:
http://support.microsoft.com/default.aspx?scid=kb;en-us;304137
>>
INF: How to Increase the Speed of MDX Queries that Contain the NON EMPTY
Keyword
Article ID : 304137
Last Review : July 15, 2004
Revision : 1.1
This article was previously published under Q304137
SUMMARY
In some cases, a query slows down considerably when you use both the NON
EMPTY keyword on an axis of a Multidimensional Expression together with
a calculated member.
This article describes how you can optimize a query, by using the Non
Empty Behavior property for the calculated member.
..
>>
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com ***
- References:
- Re: AS2000 Query very slow with Excel 2003 PTS
- From: Deepak Puri
- Re: AS2000 Query very slow with Excel 2003 PTS
- Prev by Date: Re: Trouble with Hierarchy
- Next by Date: Newbie MDX Question - How do I "freeze" or lock a value?
- Previous by thread: Re: AS2000 Query very slow with Excel 2003 PTS
- Next by thread: Re: Selecting a Dimension Hiearchy by Default
- Index(es):
Relevant Pages
|