dbTalk Databases Forums  

Bad Client Performance

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


Discuss Bad Client Performance in the microsoft.public.sqlserver.olap forum.



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

Default Bad Client Performance - 09-02-2005 , 05:13 AM






Our client machines seem to be experiencing a prolonged (<5 minutes) CPU
spike and rapid memory drain everytime an olap report is refreshed, created
or accessed. This is quite strange for me since our machines are Intel P4
based with 1GB of memory. Another weird part is that the reports are mainly
composed of only a couple of dimensions and the tables it got it's data from
has not more than 500,000 records. Any insight anyone?



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

Default RE: Bad Client Performance - 09-02-2005 , 07:20 AM






Hi,

Analysis Services in some situations execute part of the "query" on the
client. E.g., if the Service Pack version is higher on the client, that part
of the query is executed on the client. If you have calculated mesaures is
executed on client etc..

Regarding solutions I would also like to have them.

One way is to enforce some connection strings on the client to force
execution on the server (when possible). Be aware that the 100% CPU usage is
passed to the server, but only executed in a CPU - not multi-treads :-((.
The "Cache Policy=7" also improves a little the execution.

"Joseph Ollero" wrote:

Quote:
Our client machines seem to be experiencing a prolonged (<5 minutes) CPU
spike and rapid memory drain everytime an olap report is refreshed, created
or accessed. This is quite strange for me since our machines are Intel P4
based with 1GB of memory. Another weird part is that the reports are mainly
composed of only a couple of dimensions and the tables it got it's data from
has not more than 500,000 records. Any insight anyone?




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

Default Re: Bad Client Performance - 09-02-2005 , 05:18 PM



what is your measure?
do you use dynamic distinct count?

Try to play with your connection string.
adding something like this could help you:
cache ratio=0.001;cache ratio2=0.001;cache policy=7;non empty threshold=1


"Joseph Ollero" <jollero21 (AT) yahoo (DOT) com> wrote

Quote:
Our client machines seem to be experiencing a prolonged (<5 minutes) CPU
spike and rapid memory drain everytime an olap report is refreshed,
created or accessed. This is quite strange for me since our machines are
Intel P4 based with 1GB of memory. Another weird part is that the reports
are mainly composed of only a couple of dimensions and the tables it got
it's data from has not more than 500,000 records. Any insight anyone?




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.