dbTalk Databases Forums  

Excel 12 and Client side CPU utilization

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


Discuss Excel 12 and Client side CPU utilization in the microsoft.public.sqlserver.olap forum.



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

Default Excel 12 and Client side CPU utilization - 11-16-2006 , 04:58 PM






I am planning to use Excel 12 on client for AS 2005 OLAP database. I tried
google to find how Excel 12 has improved Client side CPU utilization using
Pivot table reading cube data didn't find any. If you know any source that
will be big help.

Thank you - Ashok



Reply With Quote
  #2  
Old   
Darren Gosbell
 
Posts: n/a

Default Re: Excel 12 and Client side CPU utilization - 11-16-2006 , 07:46 PM






In article <9A73530D-E682-4939-862F-FC7FBDD7401C (AT) microsoft (DOT) com>,
Ashok (AT) discussions (DOT) microsoft.com says...
Quote:
I am planning to use Excel 12 on client for AS 2005 OLAP database. I tried
google to find how Excel 12 has improved Client side CPU utilization using
Pivot table reading cube data didn't find any. If you know any source that
will be big help.

Thank you - Ashok


There probably are some only sources regarding this, I just don't know
of any off the top of my head.

But what I can tell you is that In AS2k the OLEDB provider used Pivot
Table Services which did a lot of caching and calculation on the client
side, which potentially made AS2k more scaleable, but often transferred
too much load to the client, leaving the server doing very little while
the client was running at 100% CPU utilization.

In AS2k5 this has all changed, the OLEDB provider is little more than a
thin wrapper that sends XMLA requests to the server and receives back a
response with the results from the server. You might have noticed that
it is a pre-requisite for installing the OLEDB provider for Analysis
Services 9.0 that you have MSXML 6.0 installed. All the caching and
calculation now happens on the server. Which also means that there is a
lot more potential to share the caching between clients.

--
Regards
Darren Gosbell - SQL Server MVP
Blog: http://www.geekswithblogs.net/darrengosbell


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.