Re: OLAP clients
- From: Jéjé <willgart_A_@xxxxxxxxxxxxxx>
- Date: Fri, 2 Feb 2007 13:10:36 -0500
with AS2000 most of the calculation are evaluated on the client side.
you'll suffer the same issue with any client / server tool for AS2000
(except the MDX query will be better written)
try to play with your connection string first.
Try adding this in the string:
Execution Location=3;Default Isolation Mode=1
(to force the execution on the server side)
other options:
cache ratio=0.001;cache ratio2=0.001;Non Empty Threshold=1;Cache Policy=7
but make sure you'll test ALL your calculated measures because you could suffer bad results.
You can improve the performance but the query result is bad or the performance can degrade for some measures while improve for other measures.
if its not good after these tests, take a look on a web based application.
"Daniele Romagnoli" <d.romagnoli@xxxxxxxxxxxxxxx> wrote in message news:evVP7JvRHHA.4404@xxxxxxxxxxxxxxxxxxxxxxx
Hi, my company actually use SQL Server 2000 Analysis Services and OWC 10 as client. We have some performance issue and we would consider some other clients. Can you suggest some good client?.
The big problem is that when users browse the cube the response time on the client are very high, but the server does nothing (RAM and processor usage quite low). I think that the problem is the client elaboration of OWC, I would like to use a client that make a server elaboration.
- Follow-Ups:
- Re: OLAP clients
- From: Daniele Romagnoli
- Re: OLAP clients
- References:
- OLAP clients
- From: Daniele Romagnoli
- OLAP clients
- Prev by Date: OLAP clients
- Next by Date: Re: creating a KPI which use a non exsiting member? (SSAS2005)
- Previous by thread: OLAP clients
- Next by thread: Re: OLAP clients
- Index(es):
Relevant Pages
|