Re: Slow access to MDSCHEMA_CUBES Problem
- From: Bob H. <BobH@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 7 Apr 2006 10:30:03 -0700
Thanks, Akshai!
Is there a section in Books Online (or other documentation) that would
describe in more detail how to combine the dimensions? I'm unclear on how you
can combine dimensions and still maintain the right level of granularity.
Would a combined dimension have a dimension table that contained all possible
combinations of the values of the old, separate dimensions?
If a document that describes this doesn't come to mind right away, please
don't feel the need to research it. You've already been very helpful and I'll
be experimenting and reading today, anyway.
--
Bob Hodgman
"Akshai Mirchandani [MS]" wrote:
I think the problem here is simply the number of dimensions... Each.
dimension behind the scenes is also a cube and the schema rowset has to
iterate and analyze the dimension cubes before it decides to filter them out
of the result. I'm guessing that this is costing you a lot.
As per the other posting, if you can group the attributes together in larger
dimensions, you should see good improvements here.
Schema rowsets won't use more than one processor -- this is not an operation
that can be done in parallel.
Thanks,
Akshai
--
This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
"Bob H." <BobH@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CE4DA67C-45B1-43B7-8EE2-E732E86EA6BD@xxxxxxxxxxxxxxxx
I have a cube with many dimensions (800). MDX queries are slow but not
disasterously so (6 seconds against 2000 row table).
The real problem is access to schema rowsets. The Profiler shows 20+
seconds
to return the MDSCHEMA_CUBES rowset.
I'm running SSAS 2005 Enterprise on Windows 2003 Server Enterprise X64 SP1
on a dual chip-dual core Opteron machine with 4 Gig of RAM.
Performance shows that no more than 30% of the CPU is ever used. Is there
a
way to encourage SSAS to use more CPU and would that speed things up (a
Windows or SSAS setting)?
There does not seem to be a great deal of disk i/o going on.
Can anyone suggest how I can approach this problem (other than changing
the
cube)? Is there a good intro to diagnosing and resolving performance
problems
in Windows 2003 Server (x64) or SSAS 2005?
Thanks!
--
Bob Hodgman
- Follow-Ups:
- Re: Slow access to MDSCHEMA_CUBES Problem
- From: Akshai Mirchandani [MS]
- Re: Slow access to MDSCHEMA_CUBES Problem
- References:
- Re: Slow access to MDSCHEMA_CUBES Problem
- From: Akshai Mirchandani [MS]
- Re: Slow access to MDSCHEMA_CUBES Problem
- Prev by Date: Re: 800 Dimensions... Too many?
- Next by Date: Unspecified Error in Analysis Manager when Viewing Cube Data
- Previous by thread: Re: Slow access to MDSCHEMA_CUBES Problem
- Next by thread: Re: Slow access to MDSCHEMA_CUBES Problem
- Index(es):
Relevant Pages
|